Skip to content

Commit

Permalink
NO-JIRA
Browse files Browse the repository at this point in the history
-Fixed git prompt
  • Loading branch information
Cameron Gandevia authored and Cameron Gandevia committed Feb 28, 2013
1 parent 67f1e74 commit 936bc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osx/.bashrc
Expand Up @@ -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 {
Expand Down

0 comments on commit 936bc72

Please sign in to comment.