diff --git a/osx/.bashrc b/osx/.bashrc index 7c76c89..77519be 100644 --- a/osx/.bashrc +++ b/osx/.bashrc @@ -132,7 +132,7 @@ export HISTCONTROL=$HISTCONTROL${HISTCONTROL+,}ignoredups export HISTCONTROL=ignoreboth function git_dirty { - [[ $(git status 2> /dev/null | tail -n1) != "nothing to commit (working directory clean)" ]] && echo "*" + [[ $(git status 2> /dev/null | tail -n1) != "nothing to commit, working directory clean" ]] && echo "*" } function git_branch {