mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-22 07:20:59 +02:00
Fix autoloading of colors; just once
This commit is contained in:
parent
53da60d3e3
commit
1219d83c51
@ -99,7 +99,7 @@ _autoenv_debug() {
|
||||
return
|
||||
fi
|
||||
# Load zsh color support.
|
||||
if [[ -z $colors ]]; then
|
||||
if [[ -z $color ]]; then
|
||||
autoload colors
|
||||
colors
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user