bashrc.cust: Set custom history control

* ignoredups: ignore duplicate commands
* ignorespace: ignore commands beginning with a space
This commit is contained in:
2021-08-11 15:12:59 +02:00
parent 9c52079165
commit 03d5fe5b1c

View File

@@ -11,6 +11,7 @@ shopt -s checkjobs
# Variables
export HISTCONTROL="ignoredups:ignorespace"
export LESSHISTFILE=-