From f215d14817f75ed666774d9430c1b2c733258e90 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sat, 7 Mar 2026 23:21:09 +0100 Subject: [PATCH] . --- .../generated/system/applications/terminal_shell/starship.nix | 2 +- Droidnix/generated/system/applications/terminal_shell/zsh.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" ]; }; }; }