Implement outcold theme

This commit is contained in:
Denis Gladkikh 2014-02-20 22:33:37 -08:00
commit 21c2c14044
2 changed files with 51 additions and 0 deletions

View file

@ -48,6 +48,8 @@ git_remote_status() {
elif [ $ahead -gt 0 ] && [ $behind -gt 0 ]
then
echo "$ZSH_THEME_GIT_PROMPT_DIVERGED_REMOTE"
else
echo "$ZSH_THEME_GIT_PROMPT_NO_DIFFERENCE_REMOTE"
fi
fi
}