From b0494d904f596f504b04ddb0b5010cbee5ed1ea7 Mon Sep 17 00:00:00 2001 From: David Todd Date: Tue, 12 Jan 2021 14:10:06 -0600 Subject: [PATCH] better variables --- shell/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/.zshrc b/shell/.zshrc index 961d268..dc05350 100644 --- a/shell/.zshrc +++ b/shell/.zshrc @@ -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