]> git.wh0rd.org - home.git/blame_incremental - .profile.d/google.sh
chrome_sdk.bashrc: drop PS1 customization since the default behavior is to update now
[home.git] / .profile.d / google.sh
... / ...
CommitLineData
1if [ -d ~/depot_tools ] ; then
2 path_append "`echo ~`/depot_tools"
3elif [ -d ~/chromiumos/depot_tools ] ; then
4 path_append "`echo ~`/chromiumos/depot_tools"
5elif [ -d ~/chromiumos/chromium/tools/depot_tools ] ; then
6 path_append "`echo ~`/chromiumos/chromium/tools/depot_tools"
7fi
8if [ -d ~/gentoo ] ; then
9 export EPREFIX="$HOME/gentoo"
10 path_append "$EPREFIX/usr/bin"
11fi
12
13export CROSTOOLS_SKIP_SYNC="true"
14export CROSTOOLS_GSUTIL="gsutil"
15export P4DIFFOPTS="-du"
16
17(printf "chromebox: 3000\r\n\r\n" | nc localhost 1817 >/dev/null 2>&1 &)