From: Chris Koeritz Date: Sun, 22 Jan 2017 16:45:07 +0000 (-0500) Subject: dropped debugging X-Git-Tag: 2.140.90~263 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=5b41556156a8c6c4fb4b15d0c6b03095a48d0211;p=feisty_meow.git dropped debugging terminal title stuff seems to actually be working now. problem seemed to be declaring the prior terminal titles array; even though was not setting a value, this was clearing the contents out! --- diff --git a/scripts/core/launch_feisty_meow.sh b/scripts/core/launch_feisty_meow.sh index 918935a2..fbd999bb 100644 --- a/scripts/core/launch_feisty_meow.sh +++ b/scripts/core/launch_feisty_meow.sh @@ -106,13 +106,11 @@ if [ -z "$LIGHTWEIGHT_INIT" ]; then source "$FEISTY_MEOW_LOADING_DOCK/fmc_core_and_custom_aliases.sh" fi -echo before the new labelling, terminal titles have: -show_terminal_titles +#echo before the new labelling, terminal titles have: +#show_terminal_titles # a minor tickle of the title of the terminal, unless we already have some history. -# if ptt_stack_empty; then - label_terminal_with_info -# fi + label_terminal_with_info if [ ! -z "$SHELL_DEBUG" ]; then echo "heavyweight init is done."; fi fi