This commit is contained in:
Barak Michener 2013-04-20 12:34:44 -07:00
parent c17e59bf17
commit c8bcb7747c
9 changed files with 22 additions and 20 deletions

26
.zshrc
View file

@ -23,19 +23,19 @@ bindkey -e
export DISTCC_HOSTS='hyades01 hyades02 hyades03 hyades04'
if [[ "$GOROOT" == "" ]]; then
export GOROOT=$HOME/local/go
export GOARCH=amd64
export GOOS=linux
case `uname` in
Darwin)
export GOOS=darwin
;;
FreeBSD)
export GOOS=freebsd
;;
esac
fi
#if [[ "$GOROOT" == "" ]]; then
#export GOROOT=$HOME/local/go
#export GOARCH=amd64
#export GOOS=linux
#case `uname` in
#Darwin)
#export GOOS=darwin
#;;
#FreeBSD)
#export GOOS=freebsd
#;;
#esac
#fi
setopt prompt_subst