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 | 9b37b535f43f361a7f57a5aebf89c139d33de01e (patch) | |
tree | 9f82eea1f81f7b4d0f75c73b6b7b1045e4e52a68 /tv/2configs | |
parent | 432325be09497d64cde6a970e3b58625e94f38a5 (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 42914e060..92e2499a9 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= |