aboutsummaryrefslogtreecommitdiffstats
path: root/.exports
diff options
context:
space:
mode:
authorMatijs Brinkhuis <matijs@gmail.com>2011-09-20 15:46:41 +0300
committerMatijs Brinkhuis <matijs@gmail.com>2011-09-20 15:46:41 +0300
commitcf47c75acde8e8f20d74f514bbc61693aa579c04 (patch)
treeb4ed71118ac0fde6efbc1106ee28a2be8f1648ff /.exports
parentc7a82c23677c63327ba8cd1f8c5da22ddde1fb0b (diff)
downloaddotfiles-cf47c75acde8e8f20d74f514bbc61693aa579c04.tar.gz
dotfiles-cf47c75acde8e8f20d74f514bbc61693aa579c04.tar.bz2
dotfiles-cf47c75acde8e8f20d74f514bbc61693aa579c04.zip
Added HISTIGNORE to ignore certain commands in history
Diffstat (limited to '.exports')
-rw-r--r--.exports4
1 files changed, 3 insertions, 1 deletions
diff --git a/.exports b/.exports
index db4e0ed..f71f6e0 100644
--- a/.exports
+++ b/.exports
@@ -6,4 +6,6 @@ export MANPAGER="less -X"
# Larger bash history (allow 32³ entries; default is 500)
export HISTSIZE=32768
export HISTFILESIZE=$HISTSIZE
-export HISTCONTROL=ignoredups \ No newline at end of file
+export HISTCONTROL=ignoredups
+# Make some commands not show up in history
+export HISTIGNORE="ls:ls *" \ No newline at end of file