]> git.wh0rd.org - home.git/blobdiff - .profile.d/google.sh
more profile updates
[home.git] / .profile.d / google.sh
index 9b37d72d7acb58b0de742370de1646a7addfc821..b00413a2288cf018e0cd2e65a8b0346b158b56e5 100644 (file)
@@ -1,3 +1,5 @@
-if [ -d ~/chromiumos/depot_tools ] ; then
-       PATH="${PATH}:`echo ~`/chromiumos/depot_tools"
+path_prepend "`echo ~`/chromiumos/depot_tools"
+if [ -d ~/gentoo ] ; then
+       export EPREFIX="$HOME/gentoo"
+       path_append "$EPREFIX/usr/bin"
 fi