This commit is contained in:
Nils Steinger 2016-05-12 03:26:23 +00:00
commit 1c2c6d9036

View file

@ -29,6 +29,10 @@ fi
# Cancel upgrade if git is unavailable on the system
whence git >/dev/null || return 0
# Cancel upgrade if the current user doesn't have write permissions for the
# oh-my-zsh directory.
[[ -w "$ZSH" ]] || return 0
if [ -f ~/.zsh-update ]
then
. ~/.zsh-update