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