modules/zsh: fix renamed options
This commit is contained in:
parent
9d1c9974cd
commit
48d3044763
1 changed files with 1 additions and 1 deletions
|
@ -14,9 +14,9 @@ in
|
|||
programs.fzf.enableZshIntegration = true;
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableAutosuggestions = true;
|
||||
enableCompletion = true;
|
||||
enableVteIntegration = true;
|
||||
autosuggestion.enable = true;
|
||||
autocd = true;
|
||||
sessionVariables = {
|
||||
EDITOR = "hx";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue