Working on termonal stuff

This commit is contained in:
2026-03-07 23:20:18 +01:00
parent 98e5b9a9ef
commit e2ebac9bbd
@@ -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"
];