diff --git a/runcoms/zshrc b/runcoms/zshrc index a3748e0b..a4335858 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -37,7 +37,7 @@ add-zsh-hook preexec ts_preexec function ts_precmd() { if [ $timer ]; then timer_show=$(($SECONDS - $timer)) - export RPROMPT="%t %F{cyan}${timer_show}s %{$reset_color%}" + export RPROMPT="%* %F{cyan}${timer_show}s %{$reset_color%}" unset timer fi }