diff options
author | Mathias Bynens <mathias@qiwi.be> | 2011-11-18 07:55:41 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2011-11-18 07:55:41 +0100 |
commit | d7c2088a8f26c7a826c0ad008ba2da3a2bdb409e (patch) | |
tree | 58a2cd862f15dd2dc8403442765c05faf7327cde /.exports | |
parent | efd4c412d7e595c56d68b357f08a8c403331b6a4 (diff) | |
download | dotfiles-d7c2088a8f26c7a826c0ad008ba2da3a2bdb409e.tar.gz dotfiles-d7c2088a8f26c7a826c0ad008ba2da3a2bdb409e.tar.bz2 dotfiles-d7c2088a8f26c7a826c0ad008ba2da3a2bdb409e.zip |
Add some more commands to `$HISTIGNORE`.
Diffstat (limited to '.exports')
-rw-r--r-- | .exports | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,4 +8,4 @@ export HISTSIZE=32768 export HISTFILESIZE=$HISTSIZE export HISTCONTROL=ignoredups # Make some commands not show up in history -export HISTIGNORE="ls:ls *"
\ No newline at end of file +export HISTIGNORE="ls:ls *:cd:cd -:pwd;exit:date:* --help"
\ No newline at end of file |