From: Sergey Matveev Date: Wed, 4 Oct 2023 12:25:08 +0000 (+0300) Subject: CPU usage percentage in time output X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=5bc0eb6af6b5d37e483d46c37de3fe0a085fd3c9 CPU usage percentage in time output --- diff --git a/zsh/.zshenv b/zsh/.zshenv index 6a5dc6f..c6e3576 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -11,5 +11,5 @@ export MYSQL_HISTFILE=/tmp/.mysql_history export SHARNESS_TEST_SRCDIR=~/local/stow/sharness/share/sharness export FZF_DEFAULT_OPTS="--color=16 --info=inline" export AUTOENV_AUTH_FILE=~/.zsh/autoenv-auth -export TIMEFMT="user:%U sys:%S mem:%K/%M io:%I/%O %*E" +export TIMEFMT="user:%U sys:%S mem:%K/%M io:%I/%O %*E %P" export RLWRAP_HOME=/tmp