Find urxvt extensions from sshterm.
authorIain Patterson <me@iain.cx>
Fri, 28 Aug 2009 13:07:51 +0000 (14:07 +0100)
committerIain 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

index 4c9fdb1..6f6bb14 100755 (executable)
@@ -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