add history-environments for tmp-config
This commit is contained in:
parent
45dcf0cdb3
commit
16eb0caff0
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue