diff options
author | tv <tv@krebsco.de> | 2022-04-01 22:46:35 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2022-09-14 21:35:30 +0200 |
commit | a7556634be84e930f1d438ca2fae5a5b0c40046c (patch) | |
tree | 9477720871641df309aee972e550b8a939c0a4bf /tv/2configs | |
parent | 1aaf6213c4b7a3eb118aa91997203a483b0ab5ea (diff) |
tv: bump HISTSIZE
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/bash/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/bash/default.nix b/tv/2configs/bash/default.nix index 42914e0..92e2499 100644 --- a/tv/2configs/bash/default.nix +++ b/tv/2configs/bash/default.nix @@ -6,7 +6,7 @@ with import <stockholm/lib>; programs.bash = { interactiveShellInit = /* sh */ '' HISTCONTROL='erasedups:ignorespace' - HISTSIZE=65536 + HISTSIZE=900001 HISTFILESIZE=$HISTSIZE HISTTIMEFORMAT= |