Updating prompt symbols
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user