This commit is contained in:
2026-03-07 23:21:09 +01:00
parent e2ebac9bbd
commit f215d14817
2 changed files with 2 additions and 2 deletions
@@ -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" ];
};
};
}