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 b1dd14fa7b
commit d5f85a724c

View File

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