1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-12 00:40:07 +00:00

Merge pull request #1740 from felipec/fc/git

git: fix parse_git_dirty()
This commit is contained in:
Robby Russell 2013-04-23 19:42:58 -07:00
commit 30b0eb3ffa

View file

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