Skip to content

Commit

Permalink
accidentally blew away a git config setting used for another purpose,…
Browse files Browse the repository at this point in the history
… renaming in order to distinguish
  • Loading branch information
Michael Orr committed Dec 6, 2013
1 parent 357ab49 commit 9b811fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/git.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ parse_git_dirty() {
local SUBMODULE_SYNTAX=''
local GIT_STATUS=''
local CLEAN_MESSAGE='nothing to commit (working directory clean)'
if [[ "$(command git config --get oh-my-zsh.hide-status)" != "1" ]]; then
if [[ "$(command git config --get oh-my-zsh.hide-dirty)" != "1" ]]; then
if [[ $POST_1_7_2_GIT -gt 0 ]]; then
SUBMODULE_SYNTAX="--ignore-submodules=dirty"
fi
Expand Down

0 comments on commit 9b811fb

Please sign in to comment.