aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index b2aa920..9c7bf72 100644
--- a/.bashrc
+++ b/.bashrc
@@ -27,6 +27,9 @@ bind '"\e[B":history-search-forward'
# HISTORY CONTROL
# ===============
+# Default if not set is 1000
+export HISTSIZE=10000
+
shopt -s histappend
# Don't save duplicates