From 5b41556156a8c6c4fb4b15d0c6b03095a48d0211 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 22 Jan 2017 11:45:07 -0500 Subject: [PATCH] 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! --- scripts/core/launch_feisty_meow.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 -- 2.34.1