commit | e7412d12f85e0fb0c975edb77447384f9ddc0b11 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Tue May 24 13:20:19 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Tue May 24 13:20:19 2022 +0100 |
tree | 8adf1b0cb96ae0cd6f7ea6f2634ce9a335bfa606 | |
parent | 0f2c838adeb7589fdc62e615e74943aefbc6b2d6 [diff] |
Change zsh comment style
diff --git a/src/apps/personal/zsh.nix b/src/apps/personal/zsh.nix index 2efab5e..74976e9 100644 --- a/src/apps/personal/zsh.nix +++ b/src/apps/personal/zsh.nix
@@ -32,6 +32,7 @@ } ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=243'; + ZSH_HIGHLIGHT_STYLES[comment]='fg=243'; ''; enableSyntaxHighlighting = true; enableAutosuggestions = true;