diff --git a/themes/peepcode.zsh-theme b/themes/peepcode.zsh-theme index 1db6b8666..98e0c168f 100644 --- a/themes/peepcode.zsh-theme +++ b/themes/peepcode.zsh-theme @@ -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 }