Merge remote-tracking branch 'upstream/master'

Conflicts:
	lib/git.zsh
This commit is contained in:
Gaetan Semet 2016-02-04 01:18:13 +01:00
commit 6000880f2d
38 changed files with 844 additions and 144 deletions

View file

@ -20,7 +20,7 @@ else
NORMAL=""
fi
printf "${BLUE}%s${NORMAL}\n" "Upgrading Oh My Zsh"
printf "${BLUE}%s${NORMAL}\n" "Updating Oh My Zsh"
cd "$ZSH"
if git pull --rebase --stat origin master
then