summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2022-04-01 22:46:35 +0200
committertv <tv@krebsco.de>2022-09-14 21:35:30 +0200
commita7556634be84e930f1d438ca2fae5a5b0c40046c (patch)
tree9477720871641df309aee972e550b8a939c0a4bf /tv
parent1aaf6213c4b7a3eb118aa91997203a483b0ab5ea (diff)
tv: bump HISTSIZE
Diffstat (limited to 'tv')
-rw-r--r--tv/2configs/bash/default.nix2
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=