From d157f48b14cecdecc7644f077a14e0868aabf0b8 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 13 Sep 2009 13:33:03 -0500 Subject: [PATCH] clean up bash options --- bash/options | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bash/options b/bash/options index a675b4d..ba7d186 100755 --- a/bash/options +++ b/bash/options @@ -3,10 +3,7 @@ export HISTFILE="${HOME}/.bash/.history" export HISTSIZE=1000 -# don't put duplicate lines in the history. See bash(1) for more options -# don't overwrite GNU Midnight Commander's setting of `ignorespace'. -export HISTCONTROL=$HISTCONTROL${HISTCONTROL+,}ignoredups -# ... or force ignoredups and ignorespace +# ignore both duplicates and whitespace in history export HISTCONTROL=ignoreboth # append to the history file, don't overwrite it