X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.profile.d%2Fgoogle.sh;fp=.profile.d%2Fgoogle.sh;h=b00413a2288cf018e0cd2e65a8b0346b158b56e5;hb=96ad5ec34909a51d53c482e1e1ccdb8b0ff2d0c1;hp=9b37d72d7acb58b0de742370de1646a7addfc821;hpb=bd9b84324e1dd3cf2d2d3c7954007ee2ffa2d397;p=home.git diff --git a/.profile.d/google.sh b/.profile.d/google.sh index 9b37d72..b00413a 100644 --- a/.profile.d/google.sh +++ b/.profile.d/google.sh @@ -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