Commit 30b0eb3f authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #1740 from felipec/fc/git

git: fix parse_git_dirty()
parents adb86fa8 d615f643
...@@ -25,6 +25,8 @@ parse_git_dirty() { ...@@ -25,6 +25,8 @@ parse_git_dirty() {
else else
echo "$ZSH_THEME_GIT_PROMPT_CLEAN" echo "$ZSH_THEME_GIT_PROMPT_CLEAN"
fi fi
else
echo "$ZSH_THEME_GIT_PROMPT_CLEAN"
fi fi
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment