From db32e645e3cc875126e7d6ab937174058f284299 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Wed, 21 May 2014 09:18:42 -0400 Subject: [PATCH] set go required paths --- zshrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 9d5317f..e641d4f 100644 --- a/zshrc +++ b/zshrc @@ -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