From c5ecd6c98d1f3707664c18530bf69c21566c0637 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Tue, 16 Dec 2025 16:14:40 +0100 Subject: [PATCH] Fix memory reporting --- zsh/.config/zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 59e9509..7268711 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -119,6 +119,7 @@ source "${ZDOTDIR:-$HOME}/.zshtheme" # of RAM REPORTTIME=10 REPORTMEMORY=10240 +TIMEFMT='%J %U user %S system %P cpu %*E total; max RSS %MkB' # Setup the CNF hook if [[ -s /usr/share/doc/pkgfile/command-not-found.zsh ]]; then