Zsh: Difference between revisions
Phanirithvij (talk | contribs) m link to search.nixos.org |
m "autosuggestions.enable = true;" should be "autosuggestion.enable = true;" which has not an "s" |
||
| Line 22: | Line 22: | ||
enable = true; | enable = true; | ||
enableCompletion = true; | enableCompletion = true; | ||
autosuggestion.enable = true; | |||
syntaxHighlighting.enable = true; | syntaxHighlighting.enable = true; | ||