aboutsummaryrefslogtreecommitdiffstats
path: root/.exports
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-08-10 11:52:03 +0200
committerMathias Bynens <mathias@qiwi.be>2012-08-10 11:52:03 +0200
commit4e6bec550c4225e46100444965aff55682ea90c0 (patch)
treee908c9447211e03cf3947f4eedbe43f128885927 /.exports
parent0e28ec0e3b2e62f226667223ed7491ddb5b5a047 (diff)
downloaddotfiles-4e6bec550c4225e46100444965aff55682ea90c0.tar.gz
dotfiles-4e6bec550c4225e46100444965aff55682ea90c0.tar.bz2
dotfiles-4e6bec550c4225e46100444965aff55682ea90c0.zip
.exports: Append `ls` with an argument to the `$HISTFILE`
Diffstat (limited to '.exports')
-rw-r--r--.exports2
1 files changed, 1 insertions, 1 deletions
diff --git a/.exports b/.exports
index e7d59b7..8d4e412 100644
--- a/.exports
+++ b/.exports
@@ -10,4 +10,4 @@ export HISTSIZE=32768
export HISTFILESIZE=$HISTSIZE
export HISTCONTROL=ignoredups
# Make some commands not show up in history
-export HISTIGNORE="ls:ls *:cd:cd -:pwd;exit:date:* --help" \ No newline at end of file
+export HISTIGNORE="ls:cd:cd -:pwd:exit:date:* --help" \ No newline at end of file