]> git.wh0rd.org - home.git/blame - .profile.d/google.sh
gentoo: update keyword helpers
[home.git] / .profile.d / google.sh
CommitLineData
03cc4842
MF
1if [ -d ~/depot_tools ] ; then
2 path_prepend "`echo ~`/depot_tools"
3else
4 path_prepend "`echo ~`/chromiumos/depot_tools"
5fi
96ad5ec3
MF
6if [ -d ~/gentoo ] ; then
7 export EPREFIX="$HOME/gentoo"
8 path_append "$EPREFIX/usr/bin"
0c47af0f 9fi
b7394ef5
MF
10
11export CROSTOOLS_SKIP_SYNC="true"
12export CROSTOOLS_GSUTIL="gsutil"
c2df3f79 13export P4DIFFOPTS="-du"