diff --git a/Droidnix/generated/system/applications/terminal_shell/starship.nix b/Droidnix/generated/system/applications/terminal_shell/starship.nix index 8150445b1..e0748206f 100644 --- a/Droidnix/generated/system/applications/terminal_shell/starship.nix +++ b/Droidnix/generated/system/applications/terminal_shell/starship.nix @@ -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" ]; diff --git a/Droidnix/generated/system/applications/terminal_shell/zsh.nix b/Droidnix/generated/system/applications/terminal_shell/zsh.nix index efd4d518f..100718e07 100644 --- a/Droidnix/generated/system/applications/terminal_shell/zsh.nix +++ b/Droidnix/generated/system/applications/terminal_shell/zsh.nix @@ -27,7 +27,7 @@ }; autosuggestion.enable = true; syntaxHighlighting.enable = true; - zshoptions = [ "AUTO_CD" ]; + #zshoptions = [ "AUTO_CD" ]; }; }; }