From 04332e2264616ed8b2e4ec145eaf60fb29649071 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 9 Feb 2016 19:20:18 -0500 Subject: [PATCH] modified the heading. --- scripts/tty/label_terminal_with_infos.sh | 2 ++ 1 file changed, 2 insertions(+) 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") -- 2.34.1