mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Peepcode fix for OS X
This commit is contained in:
parent
aafc5ac043
commit
d57b3ccaac
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue