1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-06-26 01:50:11 +03:00

Fix autoloading of colors; just once

This commit is contained in:
Daniel Hahler 2014-12-10 00:09:04 +01:00
parent 53da60d3e3
commit 1219d83c51

View File

@ -99,7 +99,7 @@ _autoenv_debug() {
return
fi
# Load zsh color support.
if [[ -z $colors ]]; then
if [[ -z $color ]]; then
autoload colors
colors
fi