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.fzf.enable = false; # alt-c
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAutosuggestions = false;
|
autosuggestion.enable = false;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
oh-my-zsh.enable = false;
|
oh-my-zsh.enable = false;
|
||||||
history = {
|
history = {
|
||||||
|
|
Loading…
Reference in a new issue