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.fzf.enableZshIntegration = true;
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAutosuggestions = true;
|
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
enableVteIntegration = true;
|
enableVteIntegration = true;
|
||||||
|
autosuggestion.enable = true;
|
||||||
autocd = true;
|
autocd = true;
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
EDITOR = "hx";
|
EDITOR = "hx";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue