diff --git a/.zshrc b/.zshrc index bfad1a2..8fee4a3 100644 --- a/.zshrc +++ b/.zshrc @@ -35,7 +35,7 @@ autoload -Uz _zinit (( ${+_comps} )) && _comps[zinit]=_zinit # Load LS_COLORS if not present -test -n $LS_COLORS || eval $(dircolors) || echo 'Warning: Unable to set LS_COLORS' +test -n "$LS_COLORS" || eval $(dircolors) || echo 'Warning: Unable to set LS_COLORS' # The following lines were added by compinstall