diff --git a/zsh/.zshrc b/zsh/.zshrc index 406a57a..cec1217 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,4 +1,4 @@ -# Copyright 2006-2023 Joseph Block +# Copyright 2006-2024 Joseph Block # # BSD licensed, see LICENSE.txt # @@ -517,7 +517,8 @@ setopt extended_glob # Enable more powerful glob features # Long running processes should return time after they complete. Specified # in seconds. -REPORTTIME=2 +REPORTTIME=${REPORTTIME:-2} + TIMEFMT="%U user %S system %P cpu %*Es total" # How often to check for an update. If you want to override this, the