]> git.wh0rd.org - home.git/blame - .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
03cc4842 1if [ -d ~/depot_tools ] ; then
2dba9d9b
MF
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"
03cc4842 7fi
96ad5ec3
MF
8if [ -d ~/gentoo ] ; then
9 export EPREFIX="$HOME/gentoo"
10 path_append "$EPREFIX/usr/bin"
0c47af0f 11fi
b7394ef5
MF
12
13export CROSTOOLS_SKIP_SYNC="true"
14export CROSTOOLS_GSUTIL="gsutil"
c2df3f79 15export P4DIFFOPTS="-du"
9f2be413 16
364c4d24 17(printf "chromebox: 3000\r\n\r\n" | nc localhost 1817 >/dev/null 2>&1 &)