X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;ds=inline;f=rc%2Fbash_login;h=bd91f1c849c1aad154af2f144c9083c7174f843e;hb=7ddf095f187ca60d9a70fb83b2bc3c2b6d91f088;hp=b587bafb49e140d90b174b9e2e042a6b5e6249a1;hpb=da4fa1f3928d1f5fec480761337a6798aed2a7f3;p=clearscm.git diff --git a/rc/bash_login b/rc/bash_login index b587baf..bd91f1c 100644 --- a/rc/bash_login +++ b/rc/bash_login @@ -201,6 +201,7 @@ fi alias ll="ls -la" alias whence="type -p" alias mroe=more +alias gti=git if [ $ARCHITECTURE = "cygwin" ]; then alias host=nslookup @@ -326,11 +327,6 @@ set_prompt # Set display to local export DISPLAY=${DISPLAY:-:0} -# New tmp location -if [ -d /System/tmp ]; then - export TMP=/System/tmp -fi - # Reset home in case it changed HOME=$saved_home