Mild changes

git-svn-id: http://photonzero.com/dotfiles/trunk@117 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
michener 2012-01-29 03:35:01 +00:00
parent 20ed6c412c
commit a166da6f0e
3 changed files with 7 additions and 3 deletions

8
.zshrc
View file

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