]> git.wh0rd.org - home.git/blame - .profile.d/google.sh
r: default to current branch (useful for initial repo creation)
[home.git] / .profile.d / google.sh
CommitLineData
96ad5ec3
MF
1path_prepend "`echo ~`/chromiumos/depot_tools"
2if [ -d ~/gentoo ] ; then
3 export EPREFIX="$HOME/gentoo"
4 path_append "$EPREFIX/usr/bin"
0c47af0f 5fi
b7394ef5
MF
6
7export CROSTOOLS_SKIP_SYNC="true"
8export CROSTOOLS_GSUTIL="gsutil"
c2df3f79 9export P4DIFFOPTS="-du"