Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Gaetan Semet 2016-08-10 17:38:10 +02:00
commit b3fb83b2d6
15 changed files with 312 additions and 154 deletions

View file

@ -3,11 +3,11 @@ function zsh_stats() {
}
function uninstall_oh_my_zsh() {
env ZSH=$ZSH /bin/sh $ZSH/tools/uninstall.sh
env ZSH=$ZSH sh $ZSH/tools/uninstall.sh
}
function upgrade_oh_my_zsh() {
env ZSH=$ZSH /bin/sh $ZSH/tools/upgrade.sh
env ZSH=$ZSH sh $ZSH/tools/upgrade.sh
}
function take() {