This commit is contained in:
Mike 2016-07-29 03:39:33 +00:00 committed by GitHub
commit 6a2fb326d8
3 changed files with 8 additions and 2 deletions

View file

@ -7,7 +7,7 @@ function uninstall_oh_my_zsh() {
}
function upgrade_oh_my_zsh() {
env ZSH=$ZSH /bin/sh $ZSH/tools/upgrade.sh
env ZSH=$ZSH ZSH_CUSTOM=$ZSH_CUSTOM /bin/sh $ZSH/tools/upgrade.sh
}
function take() {