From: Chris Koeritz Date: Sun, 22 Jan 2017 16:17:56 +0000 (-0500) Subject: added save for title in regenerate X-Git-Tag: 2.140.90~265 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=bb3363666b61ced72fc2faba2037311e6847690e;p=feisty_meow.git added save for title in regenerate --- diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 238277e3..68ba8cb1 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -353,6 +353,7 @@ if [ -z "$skip_all" ]; then # recreates all the generated files that the feisty meow scripts use. function regenerate() { # do the bootstrapping process again. + save_terminal_title echo "regenerating feisty meow script environment." bash $FEISTY_MEOW_SCRIPTS/core/reconfigure_feisty_meow.sh echo @@ -364,6 +365,7 @@ if [ -z "$skip_all" ]; then source $FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh # run nechung oracle to give user a new fortune. nechung + restore_terminal_title } # copies a set of custom scripts into the proper location for feisty meow