zsh autocomplete option renamed

This commit is contained in:
twoneis 2024-03-18 21:31:37 +01:00
parent a42d139e1f
commit c6a22b5946

View file

@ -26,7 +26,7 @@
programs.zsh = { programs.zsh = {
enable = true; enable = true;
enableAutosuggestions = true; autosuggestions.enable = true;
enableVteIntegration = true; enableVteIntegration = true;
history.ignoreAllDups = true; history.ignoreAllDups = true;
historySubstringSearch.enable = true; historySubstringSearch.enable = true;