added save for title in regenerate
authorChris Koeritz <fred@gruntose.com>
Sun, 22 Jan 2017 16:17:56 +0000 (11:17 -0500)
committerChris Koeritz <fred@gruntose.com>
Sun, 22 Jan 2017 16:17:56 +0000 (11:17 -0500)
scripts/core/functions.sh

index 238277e31673f2336830e8bb7135f3440fc00d79..68ba8cb1b018b9991a85b2cdfd290cfb750a8082 100644 (file)
@@ -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