fix
This commit is contained in:
parent
c17e59bf17
commit
c8bcb7747c
9 changed files with 22 additions and 20 deletions
26
.zshrc
26
.zshrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue