Browse Source

Merge pull request #1740 from felipec/fc/git

git: fix parse_git_dirty()
Robby Russell 12 years ago
parent
commit
30b0eb3ffa
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lib/git.zsh

+ 2 - 0
lib/git.zsh

@@ -25,6 +25,8 @@ parse_git_dirty() {
     else
       echo "$ZSH_THEME_GIT_PROMPT_CLEAN"
     fi  
+  else
+    echo "$ZSH_THEME_GIT_PROMPT_CLEAN"
   fi  
 }