Add Go and Mercurial stuff

git-svn-id: http://photonzero.com/dotfiles/trunk@36 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
michener 2010-03-05 21:20:34 +00:00
parent 10c20eeb99
commit 5505a82fc3
4 changed files with 28 additions and 0 deletions

12
.zshrc
View file

@ -5,6 +5,18 @@ setopt extended_glob
bindkey -e
#ZLS_COLORS=$LS_COLORS
export GOROOT=$HOME/local/go
export GOARCH=amd64
export GOOS=linux
case `uname` in
Darwin)
export GOOS=darwin
;;
FreeBSD)
export GOOS=freebsd
;;
esac
setopt prompt_subst