aboutsummaryrefslogtreecommitdiffstats
path: root/.exports
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-11-18 07:55:41 +0100
committerMathias Bynens <mathias@qiwi.be>2011-11-18 07:55:41 +0100
commitd7c2088a8f26c7a826c0ad008ba2da3a2bdb409e (patch)
tree58a2cd862f15dd2dc8403442765c05faf7327cde /.exports
parentefd4c412d7e595c56d68b357f08a8c403331b6a4 (diff)
downloaddotfiles-d7c2088a8f26c7a826c0ad008ba2da3a2bdb409e.tar.gz
dotfiles-d7c2088a8f26c7a826c0ad008ba2da3a2bdb409e.tar.bz2
dotfiles-d7c2088a8f26c7a826c0ad008ba2da3a2bdb409e.zip
Add some more commands to `$HISTIGNORE`.
Diffstat (limited to '.exports')
-rw-r--r--.exports2
1 files changed, 1 insertions, 1 deletions
diff --git a/.exports b/.exports
index f71f6e0..58fe7eb 100644
--- a/.exports
+++ b/.exports
@@ -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