commit | e2f4ab91b7b5d11c86bc55fe88327396019a7eae | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler@clicksminuteper.net> | Fri May 20 12:09:15 2022 +0100 |
committer | Skyler Grey <skyler@clicksminuteper.net> | Fri May 20 12:09:15 2022 +0100 |
tree | dc38b02a6c782621788e5edf3d0c2f15b3ef765d | |
parent | 63786915ffa2601de60e79df37c622b12a2a7a9b [diff] |
Change zsh autocompletion color
diff --git a/src/apps/personal/zsh.nix b/src/apps/personal/zsh.nix index 650948a..2efab5e 100644 --- a/src/apps/personal/zsh.nix +++ b/src/apps/personal/zsh.nix
@@ -30,10 +30,12 @@ return 127; fi } + + ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=243'; ''; enableSyntaxHighlighting = true; enableAutosuggestions = true; autocd = true; dotDir = ".local/share/zsh"; }; -} \ No newline at end of file +}