diff --git a/home/programs/shell/zsh.nix b/home/programs/shell/zsh.nix index 2f2b31a..1680f0f 100644 --- a/home/programs/shell/zsh.nix +++ b/home/programs/shell/zsh.nix @@ -12,6 +12,10 @@ in { # Add go binaries to the PATH home.sessionPath = ["$HOME/go/bin"]; + home.sessionVariables = { + COLORTERM = "truecolor"; + }; + programs.zsh = { enable = true; enableCompletion = true;