From: Chris Koeritz Date: Wed, 10 Feb 2016 00:20:18 +0000 (-0500) Subject: modified the heading. X-Git-Tag: 2.140.90~544 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=04332e2264616ed8b2e4ec145eaf60fb29649071;p=feisty_meow.git modified the heading. --- diff --git a/scripts/tty/label_terminal_with_infos.sh b/scripts/tty/label_terminal_with_infos.sh index 9918c9f0..91c13120 100644 --- a/scripts/tty/label_terminal_with_infos.sh +++ b/scripts/tty/label_terminal_with_infos.sh @@ -3,6 +3,8 @@ # this script makes a new title for the terminal window that matches the # hostname and some other details. +source $FEISTY_MEOW_SCRIPTS/core/functions.sh + pruned_host=$(echo $HOSTNAME | sed -e 's/^\([^\.]*\)\..*$/\1/') date_string=$(date +"%Y %b %e @ %T")