X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.profile.d%2Fvariables.bashrc;h=ab30ff1245e991cfdc9f5ace1467aad96a42b44c;hb=fcd45e190b92e5f5f25df29df408b31038c94816;hp=e13ecaee97a11d851f1d4f8abb1e1a4ca074c47d;hpb=e5ea7321936322231fc19d4a0ed2ff175c7c6143;p=profile.git diff --git a/.profile.d/variables.bashrc b/.profile.d/variables.bashrc index e13ecae..ab30ff1 100644 --- a/.profile.d/variables.bashrc +++ b/.profile.d/variables.bashrc @@ -3,6 +3,10 @@ export SSHTERM_TITLE=-title export SSHTERM_EXEC=-e unset LANG unset XMODIFIERS #:-( -export SSHTERM="urxvt" +if find_working urxvt256c &>/dev/null; then + export SSHTERM=urxvt256c +else + export SSHTERM=urxvt +fi export SSHTERM_TITLE="-title" export SSHTERM_EXEC="-e"