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