X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fbash_login;h=4d75a4239e09b2eb208a401d78cd006fb42aa836;hb=9956e403ab89bc984faf9cb22a8860a34c310ac7;hp=8e47493cd1d9dede947b42e3c17ace5ca56c7d32;hpb=b9c3ef3ab74779a0f76da379126cdb893cc363ca;p=clearscm.git diff --git a/rc/bash_login b/rc/bash_login index 8e47493..4d75a42 100644 --- a/rc/bash_login +++ b/rc/bash_login @@ -154,8 +154,8 @@ set +u # Shell options if [ $ARCHITECTURE != 'Darwin' ]; then if ! grep -qP '5\.(6|7|8|9|10)' /etc/*release; then - shopt -s autocd - shopt -s dirspell + shopt -s autocd > /dev/null 2>&1 + shopt -s dirspell > /dev/null 2>&1 fi fi @@ -300,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