X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Ftty%2Flabel_terminal_with_infos.sh;h=91c1312038505592c853f2c5160263923a89d799;hb=d87617f212d9dff8d5033b81e19a0740846999fe;hp=9918c9f025ac691fa8cbc97a0f8546910363c2c0;hpb=dbe3a7d9104352d69efdaa5eca600908ecc9bba8;p=feisty_meow.git 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")