better variables
This commit is contained in:
parent
e8ae2499a4
commit
b0494d904f
@ -33,7 +33,7 @@ setopt NO_BG_NICE
|
||||
# Check for updates...
|
||||
# Stolen and modified Oh-My-ZSH's update system
|
||||
if [ "${ENABLE_DOTFILES_AUTO_UPDATE}" ]; 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}/check_for_upgrade.sh"
|
||||
fi
|
||||
|
||||
# Oh-My-ZSH Options below this line
|
||||
|
Loading…
Reference in New Issue
Block a user