zsh: enableAutosuggestions -> autosuggestion.enable
This commit is contained in:
parent
9eb7c4b941
commit
4dcc09d9c9
|
@ -54,7 +54,7 @@ direnv allow
|
|||
programs.fzf.enable = false; # alt-c
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableAutosuggestions = false;
|
||||
autosuggestion.enable = false;
|
||||
enableCompletion = true;
|
||||
oh-my-zsh.enable = false;
|
||||
history = {
|
||||
|
|
Loading…
Reference in a new issue