diff --git a/modules/home-manager/shell/zsh/default.nix b/modules/home-manager/shell/zsh/default.nix index 462fa35..6eec4b0 100644 --- a/modules/home-manager/shell/zsh/default.nix +++ b/modules/home-manager/shell/zsh/default.nix @@ -43,6 +43,9 @@ in }; initExtra = '' + ## Colors + autoload -U colors && colors + ## Directories setopt AUTO_PUSHD setopt CDABLE_VARS