aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-01-29 18:48:00 +0000
committerJustine Smithies <justine@smithies.me.uk>2024-01-29 18:48:00 +0000
commitc4bc312d2c82b2843c8ed8dcf45cf713934113a4 (patch)
tree008baa4a4ea218119a79c8efb2f9de8d9b0cd72b /.bashrc
parent05cf5113be816ce12e98f580a2858090cfb028bd (diff)
Set Bash HISTSIZE to 10000 instead of using the default 1000
Diffstat (limited to '.bashrc')
-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