Updating prompt symbols

This commit is contained in:
Nick Nisi
2012-08-12 19:49:59 -05:00
parent fe7129f2c7
commit 528ac51d76

View File

@@ -12,9 +12,9 @@ git_dirty() {
else else
if [[ $st == "nothing to commit (working directory clean)" ]] if [[ $st == "nothing to commit (working directory clean)" ]]
then then
echo "%{$fg_bold[green]%} $(git_prompt_info)%{$reset_color%}" echo "%{$fg_bold[green]%} $(git_prompt_info)%{$reset_color%}"
else else
echo "%{$fg_bold[red]%} $(git_prompt_info)%{$reset_color%}" echo "%{$fg_bold[red]%} $(git_prompt_info)%{$reset_color%}"
fi fi
fi fi
} }