forked from pub-solar/os
1
0
Fork 0

bash: increase history size, ignore duplicates

main
teutat3s 2024-04-15 13:22:24 +02:00
parent 73a6c299ce
commit 10a9f1c0b0
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
in {
enable = true;
historyControl = ["ignorespace"];
historyControl = ["ignoredups" "ignorespace"];
historyFileSize = 300000;
# Run when initializing a login shell
profileExtra = if config.programs.sway.enable then ''