add history-environments for tmp-config

This commit is contained in:
Jakobus Schürz 2020-08-14 11:11:59 +02:00
parent 45dcf0cdb3
commit 16eb0caff0

View file

@ -21,3 +21,9 @@ export WORK=~/Work
[ -z "${GIT_COMMITTER_EMAIL+x}" ] && export GIT_COMMITTER_EMAIL=$USEREMAIL [ -z "${GIT_COMMITTER_EMAIL+x}" ] && export GIT_COMMITTER_EMAIL=$USEREMAIL
turnoffbeep turnoffbeep
export HISTCONTROL=erasedups:ignorespace:ignoredups
export HISTIGNORE="ls:l:cd:exit:pwd:date:mencfs:"
# append the commands to the history file instead of overwriting
shopt -s histappend