tv: bump HISTSIZE
This commit is contained in:
parent
432325be09
commit
9b37b535f4
@ -6,7 +6,7 @@ with import <stockholm/lib>;
|
||||
programs.bash = {
|
||||
interactiveShellInit = /* sh */ ''
|
||||
HISTCONTROL='erasedups:ignorespace'
|
||||
HISTSIZE=65536
|
||||
HISTSIZE=900001
|
||||
HISTFILESIZE=$HISTSIZE
|
||||
HISTTIMEFORMAT=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user