From 0e925041e5d834db1ede939013991f6dcbf93884 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sat, 7 Mar 2026 23:08:34 +0100 Subject: [PATCH] Working on zsh --- Droidnix/generated/system/applications/terminal_shell/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Droidnix/generated/system/applications/terminal_shell/zsh.nix b/Droidnix/generated/system/applications/terminal_shell/zsh.nix index 3a5f220a7..58d10a503 100644 --- a/Droidnix/generated/system/applications/terminal_shell/zsh.nix +++ b/Droidnix/generated/system/applications/terminal_shell/zsh.nix @@ -24,7 +24,7 @@ "kubectl" ]; }; - autosuggestion.enable = true; + #autosuggestion.enable = true; syntaxHighlighting.enable = true; zshoptions = [ "AUTO_CD" ]; };