From 1219d83c51e36d31741f7cc634b56b66a75a64bf Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 10 Dec 2014 00:09:04 +0100 Subject: [PATCH] Fix autoloading of colors; just once --- autoenv.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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