Updating prompt symbols
This commit is contained in:
@@ -12,9 +12,9 @@ git_dirty() {
|
||||
else
|
||||
if [[ $st == "nothing to commit (working directory clean)" ]]
|
||||
then
|
||||
echo "%{$fg_bold[green]%}✔ $(git_prompt_info)%{$reset_color%}"
|
||||
echo "%{$fg_bold[green]%}☺ $(git_prompt_info)%{$reset_color%}"
|
||||
else
|
||||
echo "%{$fg_bold[red]%}✘ $(git_prompt_info)%{$reset_color%}"
|
||||
echo "%{$fg_bold[red]%}☠ $(git_prompt_info)%{$reset_color%}"
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user