added some nice shell options to startup script. added in new script to parse
[feisty_meow.git] / scripts / core / launch_feisty_meow.sh
index a75c5f57a199c5ebc692f94ad01a3d7426797311..38c304c0eff468655ded620a980695feea872b6c 100644 (file)
@@ -68,6 +68,12 @@ 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
+# append to the history file.
+shopt -s histappend
+# automatically update window size if needed.
+shopt -s checkwinsize
 
 ##############