X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Flaunch_feisty_meow.sh;h=38c304c0eff468655ded620a980695feea872b6c;hb=5e68f23f6769118cb875beb662a41f4fb6b5c27e;hp=a75c5f57a199c5ebc692f94ad01a3d7426797311;hpb=421df1005071e11116015a3b8e8160a5a320fb5a;p=feisty_meow.git diff --git a/scripts/core/launch_feisty_meow.sh b/scripts/core/launch_feisty_meow.sh index a75c5f57..38c304c0 100644 --- a/scripts/core/launch_feisty_meow.sh +++ b/scripts/core/launch_feisty_meow.sh @@ -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 ##############