From 45342141e20a7ddd88e4902f0b08b64e91e44810 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sun, 19 Jan 2014 19:24:27 -0500 Subject: [PATCH] include /usr/local/go/bin for PATH --- zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 15f9953..78988cd 100644 --- a/zshrc +++ b/zshrc @@ -6,7 +6,8 @@ plugins=(git pip python node npm) source $ZSH/oh-my-zsh.sh -export PATH=/usr/local/bin:/usr/local/sbin:$PATH +PATH=/usr/local/bin:/usr/local/sbin:$PATH +export PATH=$PATH:/usr/local/go/bin export NODE_PATH=/usr/local/lib/node_modules unsetopt inc_append_history unsetopt share_history # share command history data