Merge branch 'master' of github.com:ashleydev/oh-my-zsh

This commit is contained in:
Ashley Dev 2011-06-02 10:19:57 -07:00
commit 3bb66a6ef7
4 changed files with 16 additions and 18 deletions

View file

@ -111,7 +111,7 @@ update__GIT_PROMPT_INFO ()
local _prompt="$b$r$s$i$p"
# add ( ) around _prompt:
if [ $f = 'yes' ]; then
if [ "$f" = 'yes' ]; then
_prompt="($_prompt)"
elif [ "$u" = "yes" ]; then
_prompt="$_Cu_dirty_($_prompt$_Cu_dirty_)"