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

Conflicts:
	tools/upgrade.sh
This commit is contained in:
Sven Lito 2011-06-06 12:11:49 +02:00
commit 71804d4292
16 changed files with 137 additions and 95 deletions

View file

@ -52,7 +52,7 @@ git_prompt_status() {
if $(echo "$INDEX" | grep '^R ' &> /dev/null); then
STATUS="$ZSH_THEME_GIT_PROMPT_RENAMED$STATUS"
fi
if $(echo "$INDEX" | grep '^ D ' &> /dev/null); then
if $(echo "$INDEX" | grep '^D ' &> /dev/null); then
STATUS="$ZSH_THEME_GIT_PROMPT_DELETED$STATUS"
fi
if $(echo "$INDEX" | grep '^UU ' &> /dev/null); then