This commit is contained in:
Sridhar Ratnakumar 2026-04-07 10:42:03 -04:00
parent 6fed51e1a8
commit 2803fdb50f

View file

@ -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