projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a77873
)
still tweaking title
author
Chris Koeritz
<fred@gruntose.com>
Sat, 21 Jan 2017 01:49:54 +0000
(20:49 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Sat, 21 Jan 2017 01:49:54 +0000
(20:49 -0500)
customize/fred/scripts/ssh.sh
patch
|
blob
|
history
diff --git
a/customize/fred/scripts/ssh.sh
b/customize/fred/scripts/ssh.sh
index 3dc6caf5954c711fe3d37cd83897ec162f6a261d..7b84d6bea0b60cc2f971ee6120d0459d925b822c 100644
(file)
--- 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