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 c7a5d730..c96ed7b2 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -19,8 +19,8 @@ fi
# Keep around a million lines of history in file
HISTFILESIZE=$((2 ** 20))
-# Keep around a thousand lines of history in memory
-HISTSIZE=$((2 ** 10))
+# Keep around four thousand lines of history in memory
+HISTSIZE=$((2 ** 12))
# Ignore duplicate commands and whitespace in history
HISTCONTROL=ignoreboth