commit aefc789ed5e41f9f2b2bc4f64c4fa3ee422df222
parent eb5aa7adef438530926d677a8f5ec941b01d9459
Author: pyratebeard <root@pyratebeard.net>
Date: Tue, 6 Aug 2019 20:57:55 +0100
tiny git prompt colours
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}]"