commit 58d3f894e5c2f4dfd67ad3480851c22a6bfd8256
parent 67825e75fda23b9af4fcb720709b93460ebf2da9
Author: pyratebeard <root@pyratebeard.net>
Date: Fri, 2 Aug 2019 23:18:19 +0100
changed colour of brackets in git prompt
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh/.zsh/prompt.zsh b/zsh/.zsh/prompt.zsh
@@ -69,7 +69,7 @@ GIT_PROMPT() {
echo "${COLOR_NORMAL}─["${ref}${dirty}${stat}"]"
;;
tiny)
- echo "%F{yellow} ["${ref}${dirty}${stat}"]"
+ echo "%F{magenta} [%F{yellow}"${ref}${dirty}${stat}"%F{magenta}]"
;;
*)
echo "${USER_LEVEL}─[${COLOR_NORMAL}"${ref}${dirty}${stat}"${USER_LEVEL}]"