zsh autocomplete option renamed
This commit is contained in:
parent
a42d139e1f
commit
c6a22b5946
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue