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