HISTIGNORE added, reworked clean-gpg

This commit is contained in:
Tobias Schmidl 2014-01-16 13:47:02 +01:00
parent 150c596bcd
commit 70d48919f3
2 changed files with 3 additions and 1 deletions

2
bashrc
View file

@ -16,6 +16,8 @@ shopt -s histappend
HISTSIZE=1000
HISTFILESIZE=2000
HISTIGNORE="pwd:ls:ll:cd"
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize