From f991b32c245de4aa61b816a1592b04c050ad11eb Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Mon, 29 Oct 2007 20:31:18 +0100 Subject: Fucking runstatus. --- 01_Functions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '01_Functions.zsh') diff --git a/01_Functions.zsh b/01_Functions.zsh index e1e7526..e0e1770 100644 --- a/01_Functions.zsh +++ b/01_Functions.zsh @@ -58,7 +58,7 @@ check_git_status () if [ "$GITBRANCH" != "" ] then preprint "Check git status..." - _git_status=$(git-runstatus 2>&- | grep -E '^# ([[:alpha:]]+ )+(but not|to be)( [[:alpha:]]+)+:$') + _git_status=$(git-status 2>&- | grep -E '^# ([[:alpha:]]+ )+(but not|to be)( [[:alpha:]]+)+:$') if [ "$(grep "but not" <<< $_git_status)" != "" ] ; then COLOR_GIT=$COLOR_NOT_UP_TODATE elif [ "$(grep "to be committed" <<< $_git_status)" != "" ] ; then -- cgit v1.2.3