Browse Source

set go required paths

pull/1/head
Brett Langdon 12 years ago
parent
commit
db32e645e3
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      zshrc

+ 4
- 2
zshrc View File

@ -7,8 +7,10 @@ plugins=(git pip python node npm)
source $ZSH/oh-my-zsh.sh
export EDITOR=emacs
PATH=/usr/local/bin:/usr/local/sbin:$PATH
export PATH=$PATH:/usr/local/go/bin
export GOPATH=~/go
PATH=/usr/local/bin:/usr/local/sbin:/sbin:$PATH
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin:~/.arcanist/arcanist/bin
export NODE_PATH=/usr/local/lib/node_modules
unsetopt inc_append_history
unsetopt share_history # share command history data


Loading…
Cancel
Save