]> git.wh0rd.org Git - home.git/blob - .profile.d/google.sh
aliases: use hardlinks with rsync, and disable line chomping w/grep colors
[home.git] / .profile.d / google.sh
1 if [ -d ~/depot_tools ] ; then
2         path_prepend "`echo ~`/depot_tools"
3 else
4         path_prepend "`echo ~`/chromiumos/depot_tools"
5 fi
6 if [ -d ~/gentoo ] ; then
7         export EPREFIX="$HOME/gentoo"
8         path_append "$EPREFIX/usr/bin"
9 fi
10
11 export CROSTOOLS_SKIP_SYNC="true"
12 export CROSTOOLS_GSUTIL="gsutil"
13 export P4DIFFOPTS="-du"