From 0900336f1258a74785c414ace05470f71705dda4 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Fri, 28 Aug 2009 14:07:51 +0100 Subject: [PATCH] Find urxvt extensions from sshterm. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opt/bin/sshterm b/opt/bin/sshterm index 4c9fdb1..6f6bb14 100755 --- 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 -- 2.20.1