X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fbash_login;h=d163c7b7dd36c48e8f4858e7a86a7ba17a934b22;hb=3aa7bf69f92e8f1a3309de0cab442bf6a6e4874d;hp=679307f55f649a28bdaa7b9ae546bedba0d616ef;hpb=bf9722fcb29a115f0e8f7cf8314a5dac2e543e4e;p=clearscm.git diff --git a/rc/bash_login b/rc/bash_login index 679307f..d163c7b 100644 --- a/rc/bash_login +++ b/rc/bash_login @@ -215,13 +215,14 @@ fi #alias grep="grep -d skip" -if [ "$TERM" = "hpterm" -o \ - "$TERM" = "hp" -o \ - "$TERM" = "dtterm" -o \ - "$TERM" = "sun-color" -o \ - "$TERM" = "vt100" -o \ - "$TERM" = "vt220" -o \ - "$TERM" = "xterm" -o \ +if [ "$TERM" = "hpterm" -o \ + "$TERM" = "hp" -o \ + "$TERM" = "dtterm" -o \ + "$TERM" = "sun-color" -o \ + "$TERM" = "vt100" -o \ + "$TERM" = "vt220" -o \ + "$TERM" = "xterm" -o \ + "$TERM" = "xterm-256color" -o \ "$TERM" = "cygwin" ]; then alias cd=mycd alias pushd=mypushd @@ -299,6 +300,9 @@ export DISPLAY=${DISPLAY:-:0} # Reset home in case it changed HOME=$saved_home +# Odd but Eclipse's Egit can't seem to work with defaria.com unless this is set. +export GIT_SSH=/usr/bin/ssh + # Now go home (in case we were not autmatically cd'ed there) if [ $(id -u) -ne 0 ]; then cd