more fixes from windows.
[feisty_meow.git] / 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.