shells/zsh: fix autosuggestion enable

This commit is contained in:
Infinidoge 2024-04-18 19:31:30 -04:00
parent 2c970b76e4
commit fa800ab3ec
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -7,7 +7,7 @@
enableCompletion = true;
enableVteIntegration = true;
enableAutosuggestions = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
# defaultKeymap = "emacs";