diff options
Diffstat (limited to '')
-rw-r--r-- | services/zsh/zsh.nix (renamed from services/zsh.nix) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/zsh.nix b/services/zsh/zsh.nix index b194ab6b..78387f91 100644 --- a/services/zsh.nix +++ b/services/zsh/zsh.nix @@ -53,7 +53,7 @@ in { interactiveShellInit = builtins.readFile ./zsh-init.sh; histSize = 9999999; histFile = "$XDG_DATA_HOME/zsh/history"; - autosuggentions = { + autosuggestions = { enable = true; }; }; |