commit | f957c5afa3106df4b2509475c95c1e04d715fa6c | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Feb 19 22:21:02 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Feb 26 13:09:40 2023 +0000 |
tree | f281d7f4f3b5a6b7271deb25e3642f86f381993e | |
parent | 2bd017d765736a371f897cba727c48ccde5adfa3 [diff] |
Enable the HIST_IGNORE_SPACE option in zsh
diff --git a/modules/zsh.nix b/modules/zsh.nix index 9746abc..eb50e71 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix
@@ -62,6 +62,8 @@ source "${./zsh/completions/bun.zsh}" source "${./zsh/completions/charm.zsh}" + + setopt HIST_IGNORE_SPACE ''; enableSyntaxHighlighting = true; enableAutosuggestions = true;