aha, that's where it was ignoring spaces. i actually don't want to lose lines
authorChris Koeritz <fred@gruntose.com>
Sat, 13 Apr 2013 04:31:23 +0000 (00:31 -0400)
committerChris Koeritz <fred@gruntose.com>
Sat, 13 Apr 2013 04:31:23 +0000 (00:31 -0400)
in this history just because they started with a space.  i'm funny like that.

scripts/core/launch_feisty_meow.sh

index fa9d34e822ee954350bd9c6c98fffdf227c0bb68..3d732179f38a1e28b6fd056c11b87364fc9a4967 100644 (file)
@@ -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.