From 624766f27926cb4f1625b24f64e898c7f2eb512f Mon Sep 17 00:00:00 2001 From: Magnus Knudsen Date: Sat, 21 Dec 2024 13:57:35 +0200 Subject: small test updates --- bashrc | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3