git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaf60a5
)
Find urxvt extensions from sshterm.
author
Iain Patterson
<me@iain.cx>
Fri, 28 Aug 2009 13:07:51 +0000
(14:07 +0100)
committer
Iain Patterson
<me@iain.cx>
Wed, 16 Sep 2009 15:38:51 +0000
(16:38 +0100)
Change to $HOME before launching sshterm.
XXX: This might break stuff as we previously changed to root to
avoid holding unnecessary NFS handles.
opt/bin/sshterm
patch
|
blob
|
history
diff --git
a/opt/bin/sshterm
b/opt/bin/sshterm
index
4c9fdb1
..
6f6bb14
100755
(executable)
--- a/
opt/bin/sshterm
+++ b/
opt/bin/sshterm
@@
-1,5
+1,5
@@
#!/bin/bash
-cd
/
+cd
~
if [ "$SSHTERM" = "urxvtc" ]; then
setlock -nx ${RXVT_SOCKET:-$HOME/rxvt-unicode-$HOSTNAME}.lock urxvtd -q -o -f &
fi