1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-24 15:23:29 +02:00

fix indentation

This commit is contained in:
Michele Bologna
2015-09-23 11:14:14 +02:00
parent 5323954c98
commit 12e99b5334
+1 -1
View File
@@ -38,7 +38,7 @@ git_remote_status() {
if [ $ahead -eq 0 ] && [ $behind -eq 0 ]
then
git_remote_status="$ZSH_THEME_GIT_PROMPT_EQUAL_REMOTE"
git_remote_status="$ZSH_THEME_GIT_PROMPT_EQUAL_REMOTE"
elif [ $ahead -gt 0 ] && [ $behind -eq 0 ]
then
git_remote_status="$ZSH_THEME_GIT_PROMPT_AHEAD_REMOTE"