HISTIGNORE added, reworked clean-gpg
This commit is contained in:
parent
150c596bcd
commit
70d48919f3
2 changed files with 3 additions and 1 deletions
2
bashrc
2
bashrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue