aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/bashrc b/bash/bashrc
index c96ed7b2..9fe69341 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -16,8 +16,8 @@ if shopt -q restricted_shell ; then
return
fi
-# Keep around a million lines of history in file
-HISTFILESIZE=$((2 ** 20))
+# Keep around sixteen million lines of history in file
+HISTFILESIZE=$((2 ** 24))
# Keep around four thousand lines of history in memory
HISTSIZE=$((2 ** 12))