1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-31 23:54:46 +01:00

Merge pull request #2219 from Profpatsch/theme-agnoster

Forgot one symbol for hg.
This commit is contained in:
Robby Russell
2013-11-13 13:28:44 -08:00

View File

@@ -124,7 +124,7 @@ prompt_hg() {
else
prompt_segment green black
fi
echo -n " $rev@$branch" $st
echo -n " $rev@$branch" $st
fi
fi
}