From 4e6bec550c4225e46100444965aff55682ea90c0 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 10 Aug 2012 11:52:03 +0200 Subject: .exports: Append `ls` with an argument to the `$HISTFILE` --- .exports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3