Peepcode fix for OS X

This commit is contained in:
Harald Nordgren 2016-06-03 15:00:30 +02:00
commit d57b3ccaac

View file

@ -23,7 +23,8 @@ git_mode() {
git_dirty() {
if [[ "$repo_path" != '.' && `git ls-files -m` != "" ]]; then
echo " %{$fg_bold[grey]%}✗%{$reset_color%}"
#echo " %{$fg_bold[grey]%}✗%{$reset_color%}"
echo " %{$fg_bold[grey]%}X%{$reset_color%}"
fi
}