From 8fff219cb92141b25c2095a24a11c1ee47a73e41 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 20 Jan 2017 20:49:54 -0500 Subject: [PATCH] still tweaking title --- customize/fred/scripts/ssh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize/fred/scripts/ssh.sh b/customize/fred/scripts/ssh.sh index 3dc6caf5..7b84d6be 100644 --- a/customize/fred/scripts/ssh.sh +++ b/customize/fred/scripts/ssh.sh @@ -12,7 +12,7 @@ if [ -z "$PRIOR_TERMINAL_TITLE" ]; then if [[ "$TERM" =~ .*"xterm".* ]]; then PRIOR_TERMINAL_TITLE="$(xprop -id $WINDOWID | perl -nle 'print $1 if /^WM_NAME.+= \"(.*)\"$/')" -echo "no prior title existed, so setting prior title to '$PRIOR_TERMINAL_TITLE'" +echo "no prior title record existed, so saving prior title as '$PRIOR_TERMINAL_TITLE'" fi fi -- 2.34.1