This commit is contained in:
Chris Ross 2015-10-20 21:08:04 +00:00
commit 472d15b101

View file

@ -26,6 +26,9 @@ fi
# oh-my-zsh directory. # oh-my-zsh directory.
[[ -w "$ZSH" ]] || return 0 [[ -w "$ZSH" ]] || return 0
# Cancel upgrade if no git command is available on this system.
whence git >/dev/null || return 0
if [ -f ~/.zsh-update ] if [ -f ~/.zsh-update ]
then then
. ~/.zsh-update . ~/.zsh-update