From 1a36c2a572972cf95f00bb84c32a51b5693ccb1a Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 13 Apr 2013 00:31:23 -0400 Subject: [PATCH] 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. --- scripts/core/launch_feisty_meow.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.34.1