add event sink for custom folders

This commit is contained in:
Mike Scalora 2016-05-14 07:03:31 -06:00
commit f79c40c311
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() {