aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index b96e853..79bc591 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -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