diff --git a/Droidnix/generated/system/applications/terminal_shell/starship.nix b/Droidnix/generated/system/applications/terminal_shell/starship.nix index e0748206f..8150445b1 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" ];