summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Knudsen <git@magnusbk.com>2024-12-21 13:57:35 +0200
committerMagnus Knudsen <git@magnusbk.com>2024-12-21 13:57:35 +0200
commit624766f27926cb4f1625b24f64e898c7f2eb512f (patch)
treeb105d063e06dd788d67e0bbdd130c6d8c187366d
parent5e218fd82fc11be2544e49100c4f8daa00e764f5 (diff)
small test updatesHEADmain
-rw-r--r--bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 315ffa7..eebd4af 100644
--- a/bashrc
+++ b/bashrc
@@ -15,6 +15,9 @@ HISTCONTROL=ignoreboth
# append to the history file, don't overwrite it
shopt -s histappend
+# some testing stuff.
+# Let's add a few lines and then doing something else
+
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1000
HISTFILESIZE=2000