theniceboy/zsh/prompt.zsh
2021-08-30 21:46:40 +08:00

10 lines
272 B
Bash

setopt nopromptbang prompt{cr,percent,sp,subst}
zstyle ':zim:duration-info' threshold 0.5
zstyle ':zim:duration-info' format '%.4d s'
autoload -Uz add-zsh-hook
add-zsh-hook preexec duration-info-preexec
add-zsh-hook precmd duration-info-precmd
RPS1='${duration_info}%'