still tweaking title
authorChris Koeritz <fred@gruntose.com>
Sat, 21 Jan 2017 01:49:54 +0000 (20:49 -0500)
committerChris Koeritz <fred@gruntose.com>
Sat, 21 Jan 2017 01:49:54 +0000 (20:49 -0500)
customize/fred/scripts/ssh.sh

index 3dc6caf5954c711fe3d37cd83897ec162f6a261d..7b84d6bea0b60cc2f971ee6120d0459d925b822c 100644 (file)
@@ -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