mirror of
https://github.com/srid/nixos-config.git
synced 2026-04-09 12:27:30 +08:00
no vte
This commit is contained in:
parent
6fed51e1a8
commit
2803fdb50f
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue