From 2803fdb50fefc11ef3269262abe6e8ef7666658c Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 7 Apr 2026 10:42:03 -0400 Subject: [PATCH] no vte --- modules/home/cli/bash.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/home/cli/bash.nix b/modules/home/cli/bash.nix index a5bcada..317718f 100644 --- a/modules/home/cli/bash.nix +++ b/modules/home/cli/bash.nix @@ -2,7 +2,6 @@ programs.bash = { enable = true; enableCompletion = true; - enableVteIntegration = true; # Terminal integration for working directory tracking historyControl = [ "ignoredups" "ignorespace" ]; # Don't save duplicate commands or commands starting with space historySize = 10000; # Keep more commands in memory for better recall historyFileSize = 100000; # Persist more commands to disk for long-term history