diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-08-10 11:52:03 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-08-10 11:52:03 +0200 |
commit | 4e6bec550c4225e46100444965aff55682ea90c0 (patch) | |
tree | e908c9447211e03cf3947f4eedbe43f128885927 /.exports | |
parent | 0e28ec0e3b2e62f226667223ed7491ddb5b5a047 (diff) | |
download | dotfiles-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-- | .exports | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |