]> git.wh0rd.org - home.git/blobdiff - .profile.d/google.sh
gentoo: update keyword helpers
[home.git] / .profile.d / google.sh
index 516d1801e5887561fb48365ee567554461675fb3..1185659bdcae256e1b75bf4558838cccaf844c9b 100644 (file)
@@ -1,3 +1,13 @@
-if [ -d ~/chromiumos/depot_tools ] ; then
-       PATH="${PATH}:~/chromiumos/depot_tools"
+if [ -d ~/depot_tools ] ; then
+       path_prepend "`echo ~`/depot_tools"
+else
+       path_prepend "`echo ~`/chromiumos/depot_tools"
 fi
+if [ -d ~/gentoo ] ; then
+       export EPREFIX="$HOME/gentoo"
+       path_append "$EPREFIX/usr/bin"
+fi
+
+export CROSTOOLS_SKIP_SYNC="true"
+export CROSTOOLS_GSUTIL="gsutil"
+export P4DIFFOPTS="-du"