aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-05-27 15:59:55 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-05-27 16:02:54 +1200
commite725e0b54b7c9d47e3a48f46fa55a461caf11d4d (patch)
tree7e861de0802c51ea4a1d003654d4ce449341417e /bash
parentSimplify xrandr/xwallpaper setup (diff)
downloaddotfiles-e725e0b54b7c9d47e3a48f46fa55a461caf11d4d.tar.gz
dotfiles-e725e0b54b7c9d47e3a48f46fa55a461caf11d4d.zip
Bump up shell history limits
Stuff I want keeps disappearing off the buffer on more active computers.
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/bashrc b/bash/bashrc
index a60a047e..5d3a7bbc 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -28,8 +28,8 @@ fi
# Clear away command_not_found_handle if a system bashrc file set it up
unset -f command_not_found_handle
-# Keep around 32K lines of history in file
-HISTFILESIZE=32768
+# Keep around 128K lines of history in file
+HISTFILESIZE=131072
# Ignore duplicate commands
HISTCONTROL=ignoredups