Skip to content

Commit

Permalink
Revert "Fix prompt due to updates to Git status"
Browse files Browse the repository at this point in the history
This reverts commit 5e3deaa.
  • Loading branch information
Jeff Byrnes committed Nov 8, 2012
1 parent 5e3deaa commit d9cd4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bash_prompt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export BOLD
export RESET

function jb_parse_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 jb_parse_git_branch() {
Expand Down

0 comments on commit d9cd4b4

Please sign in to comment.