summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2007-10-29 20:31:18 +0100
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:19 +0100
commitf991b32c245de4aa61b816a1592b04c050ad11eb (patch)
tree1ecaa1f6381c7ab0d22c1426bb1891c341f2e709
parentb6b2f0cf42db559d9f1da4aad4a3cde54a2c297f (diff)
Fucking runstatus.
-rw-r--r--01_Functions.zsh2
1 files changed, 1 insertions, 1 deletions
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