X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.profile.d%2Fvariables.bashrc;h=3a07542351e7665d465e24bf13280920f498115c;hb=7b191d80e0c7d5eea089bc0f96c83b5a2aeed1da;hp=d23e7854c11eb69370dc378fe2bfbcd0c6b87302;hpb=89e0b40dabe0607a80e88bf7e6e69302ce0dccf3;p=profile.git diff --git a/.profile.d/variables.bashrc b/.profile.d/variables.bashrc index d23e785..3a07542 100644 --- a/.profile.d/variables.bashrc +++ b/.profile.d/variables.bashrc @@ -1,15 +1,12 @@ -# $Id$ export SSHTERM=urxvtc export SSHTERM_TITLE=-title export SSHTERM_EXEC=-e -#export TERM=xterm-xfree86 -export TERM=rxvt-unicode -export LC_CTYPE=en_GB -export LS_OPTIONS="--color=auto -F -b" -export VISUAL=vim -eval `dircolors` -export PATH=~/bin:"$PATH" +unset LANG 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"