nix/shell/zsh: enable autocompletion
This commit is contained in:
parent
52f5369a30
commit
02a6a7797c
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ in
|
|||
programs.zsh = {
|
||||
enable = true;
|
||||
enableAutosuggestions = true;
|
||||
enableCompletion = true;
|
||||
defaultKeymap = "viins";
|
||||
dotDir = ".config/zsh";
|
||||
|
||||
|
|
Loading…
Reference in a new issue