@ -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
}