zsh: fix colors

This commit is contained in:
2025-02-15 09:29:15 +00:00
parent 303f476db0
commit 7b2a185884

View File

@ -43,6 +43,9 @@ in
}; };
initExtra = '' initExtra = ''
## Colors
autoload -U colors && colors
## Directories ## Directories
setopt AUTO_PUSHD setopt AUTO_PUSHD
setopt CDABLE_VARS setopt CDABLE_VARS