mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
10 lines
272 B
Bash
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}%'
|