forked from fabian/nix_config
add zsh auto suggestion
This commit is contained in:
parent
e0614b99b4
commit
93946beae2
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ in {
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
|
autosuggestion.enable = true;
|
||||||
initExtra = import ./zshrc.nix {inherit config lib pkgs;};
|
initExtra = import ./zshrc.nix {inherit config lib pkgs;};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue