summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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