diff --git a/autoenv.zsh b/autoenv.zsh index 8387558..bfd9347 100644 --- a/autoenv.zsh +++ b/autoenv.zsh @@ -99,7 +99,7 @@ _autoenv_debug() { return fi # Load zsh color support. - if [[ -z $colors ]]; then + if [[ -z $color ]]; then autoload colors colors fi