Add Go and Mercurial stuff
git-svn-id: http://photonzero.com/dotfiles/trunk@36 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
10c20eeb99
commit
5505a82fc3
4 changed files with 28 additions and 0 deletions
12
.zshrc
12
.zshrc
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue