From 9c3e2ef0230462f5ac0eab587b7fc39f33e800fc Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Wed, 19 Mar 2014 10:04:49 -0700 Subject: [PATCH] testing something --- bash-files/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash-files/bashrc b/bash-files/bashrc index 0c38302..85cde11 100644 --- a/bash-files/bashrc +++ b/bash-files/bashrc @@ -8,7 +8,7 @@ shopt -s histappend shopt -s checkwinsize 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() {