diff --git a/home/shell/zshrc b/home/shell/zshrc index fa7cc05..2c79b4b 100644 --- a/home/shell/zshrc +++ b/home/shell/zshrc @@ -42,7 +42,7 @@ bindkey "^[s" insert-sudo # Check for updates... # Stolen and modified Oh-My-ZSH's update system if [ "$DISABLE_DOTFILES_AUTO_UPDATE" != "true" ]; then - env ZSH=$ZSH _DOTFILES=$_DOTFILES DISABLE_UPDATE_PROMPT=$DISABLE_DOTFILES_UPDATE_PROMPT zsh -f $_DOTFILES/.bin/check_for_upgrade.sh + env ZSH=$ZSH _DOTFILES=$_DOTFILES DISABLE_UPDATE_PROMPT=$DISABLE_DOTFILES_UPDATE_PROMPT zsh -f $_DOTFILES/internal_bin/check_for_upgrade.sh fi # Oh-My-ZSH Options below this line