X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fbash_login;h=bd91f1c849c1aad154af2f144c9083c7174f843e;hb=103e71a9a44abf6774234f75293e45a52cf21a81;hp=b587bafb49e140d90b174b9e2e042a6b5e6249a1;hpb=294415e0b506d050524eecc134dc0fa0b5d57f49;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