diff options
Diffstat (limited to 'zsh/zshrc')
| -rw-r--r-- | zsh/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -44,6 +44,7 @@ function precmd() { | |||
| 44 | RIGHT=$(NUM=$($SETTING_DIR/bin/git/check-repos.sh -n); (( $NUM != 0 )) && echo $NUM) | 44 | RIGHT=$(NUM=$($SETTING_DIR/bin/git/check-repos.sh -n); (( $NUM != 0 )) && echo $NUM) |
| 45 | PROMPT='%B%(?:%F{green}%m%f:%K{red}%F{black}%m%f%k)%f%F{cyan} %c%f%b ' | 45 | PROMPT='%B%(?:%F{green}%m%f:%K{red}%F{black}%m%f%k)%f%F{cyan} %c%f%b ' |
| 46 | RPROMPT="%B%K{red}%F{black}${RIGHT}%f%k%b" | 46 | RPROMPT="%B%K{red}%F{black}${RIGHT}%f%k%b" |
| 47 | [ -n "$PRE_POPULATE" ] && print -z "$PRE_POPULATE" | ||
| 47 | } | 48 | } |
| 48 | 49 | ||
| 49 | 50 | ||