From d7c2088a8f26c7a826c0ad008ba2da3a2bdb409e Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 18 Nov 2011 07:55:41 +0100 Subject: Add some more commands to `$HISTIGNORE`. --- .exports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3