X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.profile.d%2Fvariables.bashrc;h=ab30ff1245e991cfdc9f5ace1467aad96a42b44c;hb=bca401ff28ad02d3dad0343541b1b7eefdea6eb5;hp=e3d8f041f54fe3cb0a80601cae6b5fdbedfab14e;hpb=b82d709dee82b7e05ae8b9fa87e0eea488da6a3d;p=profile.git diff --git a/.profile.d/variables.bashrc b/.profile.d/variables.bashrc index e3d8f04..ab30ff1 100644 --- a/.profile.d/variables.bashrc +++ b/.profile.d/variables.bashrc @@ -2,8 +2,11 @@ export SSHTERM=urxvtc export SSHTERM_TITLE=-title export SSHTERM_EXEC=-e unset LANG -export VISUAL=vim 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"