zsh: fix colors

This commit is contained in:
Jordan Holt 2025-02-15 09:29:15 +00:00
parent 303f476db0
commit 7b2a185884
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

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