zsh: switch to new autosuggestions enabling option
This commit is contained in:
parent
1e11aa3893
commit
c30a5678a5
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ let
|
||||||
home.packages = [ pkgs.autojump ];
|
home.packages = [ pkgs.autojump ];
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAutosuggestions = true;
|
autosuggestion.enable = true;
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
autocd = true;
|
autocd = true;
|
||||||
dotDir = ".config/zsh";
|
dotDir = ".config/zsh";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue