Updated git rprompt colors
This commit is contained in:
2
zshrc
2
zshrc
@@ -118,7 +118,7 @@ function rprompt-git-current-branch {
|
|||||||
elif [[ -n `echo "$st" | grep "^# Changes to be committed"` ]]; then
|
elif [[ -n `echo "$st" | grep "^# Changes to be committed"` ]]; then
|
||||||
color=%B%F{red}
|
color=%B%F{red}
|
||||||
else
|
else
|
||||||
color=%F{red}
|
color=%F{blue}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "$color$name$action%f%b "
|
echo "$color$name$action%f%b "
|
||||||
|
Reference in New Issue
Block a user