tv: bump HISTSIZE

This commit is contained in:
tv 2022-04-01 22:46:35 +02:00
parent 432325be09
commit 9b37b535f4

View File

@ -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=