X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.profile.d%2Fvariables.bashrc;h=3a07542351e7665d465e24bf13280920f498115c;hb=7b191d80e0c7d5eea089bc0f96c83b5a2aeed1da;hp=e3d8f041f54fe3cb0a80601cae6b5fdbedfab14e;hpb=b82d709dee82b7e05ae8b9fa87e0eea488da6a3d;p=profile.git diff --git a/.profile.d/variables.bashrc b/.profile.d/variables.bashrc index e3d8f04..3a07542 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; then + export SSHTERM=urxvt256c +else + export SSHTERM=urxvt +fi export SSHTERM_TITLE="-title" export SSHTERM_EXEC="-e"