tv: bump HISTSIZE

This commit is contained in:
tv 2022-04-01 22:46:35 +02:00
parent 432325be09
commit 9b37b535f4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ with import <stockholm/lib>;
programs.bash = {
interactiveShellInit = /* sh */ ''
HISTCONTROL='erasedups:ignorespace'
HISTSIZE=65536
HISTSIZE=900001
HISTFILESIZE=$HISTSIZE
HISTTIMEFORMAT=