testing something

This commit is contained in:
Haak Saxberg 2014-03-19 10:04:49 -07:00
parent a976983750
commit 9c3e2ef023

View file

@ -8,7 +8,7 @@ shopt -s histappend
shopt -s checkwinsize shopt -s checkwinsize
parse_git_dirty() { 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 "(*)"
} }
parse_git_stash() { parse_git_stash() {