From: Chris Koeritz Date: Sat, 13 Apr 2013 04:31:23 +0000 (-0400) Subject: aha, that's where it was ignoring spaces. i actually don't want to lose lines X-Git-Tag: 2.140.90~1020 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=1a36c2a572972cf95f00bb84c32a51b5693ccb1a;p=feisty_meow.git aha, that's where it was ignoring spaces. i actually don't want to lose lines in this history just because they started with a space. i'm funny like that. --- diff --git a/scripts/core/launch_feisty_meow.sh b/scripts/core/launch_feisty_meow.sh index fa9d34e8..3d732179 100644 --- a/scripts/core/launch_feisty_meow.sh +++ b/scripts/core/launch_feisty_meow.sh @@ -68,8 +68,8 @@ source "$FEISTY_MEOW_SCRIPTS/core/functions.sh" shopt -s checkhash # don't check path for sourced files. shopt -u sourcepath -# ignore duplicate lines and spaces for history. -HISTCONTROL=ignoredups:ignorespace +# ignore duplicate lines. +HISTCONTROL=ignoredups # append to the history file. shopt -s histappend # automatically update window size if needed.