Mild changes
git-svn-id: http://photonzero.com/dotfiles/trunk@117 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
20ed6c412c
commit
a166da6f0e
3 changed files with 7 additions and 3 deletions
8
.zshrc
8
.zshrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue