]> git.wh0rd.org - home.git/blob - .profile.d/google.sh
append depot_tools to $PATH rather than prepend to avoid conflicting with system...
[home.git] / .profile.d / google.sh
1 if [ -d ~/depot_tools ] ; then
2 path_append "`echo ~`/depot_tools"
3 elif [ -d ~/chromiumos/depot_tools ] ; then
4 path_append "`echo ~`/chromiumos/depot_tools"
5 elif [ -d ~/chromiumos/chromium/tools/depot_tools ] ; then
6 path_append "`echo ~`/chromiumos/chromium/tools/depot_tools"
7 fi
8 if [ -d ~/gentoo ] ; then
9 export EPREFIX="$HOME/gentoo"
10 path_append "$EPREFIX/usr/bin"
11 fi
12
13 export CROSTOOLS_SKIP_SYNC="true"
14 export CROSTOOLS_GSUTIL="gsutil"
15 export P4DIFFOPTS="-du"
16
17 (printf "chromebox: 3000\r\n\r\n" | nc localhost 1817 >/dev/null 2>&1 &)