Removed /usr/local from CDPATH
[clearscm.git] / rc / bash_login
index b587baf..bd91f1c 100644 (file)
@@ -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