forked from pub-solar/os
bash: increase history size, ignore duplicates
This commit is contained in:
parent
73a6c299ce
commit
10a9f1c0b0
|
@ -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 ''
|
||||
|
|
Loading…
Reference in a new issue