Find urxvt extensions from sshterm.
[profile.git] / opt / bin / sshterm
index eb209e6..6f6bb14 100755 (executable)
@@ -1,8 +1,7 @@
 #!/bin/bash
-cd /
+cd ~
 if [ "$SSHTERM" = "urxvtc" ]; then
   setlock -nx ${RXVT_SOCKET:-$HOME/rxvt-unicode-$HOSTNAME}.lock urxvtd -q -o -f &
 fi
-${SSHTERM:-xterm} ${SSHTERM_TITLE:--title} "$1" ${SSHTERM_EXEC:--e} \
 sshcolourterm ${1+"$@"} &
 disown