move update scripts to bin

This commit is contained in:
David Todd (c0de)
2018-10-22 23:27:44 -05:00
parent ca8b3bc520
commit 796c474750
5 changed files with 4 additions and 6 deletions

View File

@@ -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/check_for_upgrade.sh
env ZSH=$ZSH _DOTFILES=$_DOTFILES DISABLE_UPDATE_PROMPT=$DISABLE_DOTFILES_UPDATE_PROMPT zsh -f $_DOTFILES/.bin/check_for_upgrade.sh
fi
# Oh-My-ZSH Options below this line