summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2022-12-24 15:16:41 +0100
committerJonas Smedegaard <dr@jones.dk>2022-12-24 15:16:41 +0100
commitbcdca7fc8c9b355169ccad2fe94b87996c5481bb (patch)
treef6b51e51633a450c5ae34d669985300c51137111
parent7500b2ace7cb3a18df2a95fbac8dfc9f42f12095 (diff)
raise HISTSIZE and HISTFILESIZE 10 times
-rw-r--r--.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 1553cf4..f3ec735 100644
--- a/.bashrc
+++ b/.bashrc
@@ -16,8 +16,8 @@ HISTCONTROL=ignoreboth
shopt -s histappend
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
-HISTSIZE=1000
-HISTFILESIZE=2000
+HISTSIZE=10000
+HISTFILESIZE=20000
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.