.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
# Set Zsh options (e.g., AUTO_CD) in .zshrc
|
||||
xdg.configFile."zsh/.zshrc".text = lib.concatStringsSep "\n" [
|
||||
#"setopt AUTO_CD"
|
||||
"setopt AUTO_CD"
|
||||
"setopt CORRECT"
|
||||
"setopt INTERACTIVE_COMMENTS"
|
||||
];
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
};
|
||||
autosuggestion.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
zshoptions = [ "AUTO_CD" ];
|
||||
#zshoptions = [ "AUTO_CD" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user