[zsh] more updating of prompt

+ added right prompt
+ added symbols/colors
+ moved git data to right prompt
This commit is contained in:
Nick Nisi
2012-06-16 20:35:29 -05:00
parent b6015236e5
commit 201aa05bc1

View File

@@ -28,7 +28,7 @@ need_push() {
then
echo " "
else
echo " with %{$fg_bold[magenta]%}☁%{$reset_color%} "
echo " %{$fg_bold[magenta]%}☁%{$reset_color%} "
fi
}