From 8cf2d0c1b38d2122f3e6829856ba81afca0cc9fd Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Tue, 16 Aug 2016 17:10:07 -0400 Subject: [PATCH] update zshrc --- zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 9d3aeef..9d56e03 100644 --- a/zshrc +++ b/zshrc @@ -8,7 +8,7 @@ ZSH=${HOME}/.oh-my-zsh ZSH_THEME="agnoster" DISABLE_AUTO_UPDATE="true" COMPLETION_WAITING_DOTS="true" -plugins=(brew git git-extras pip python node npm nvm) +plugins=(brew git git-extras pip python node npm nvm fabric) test -e ${ZSH}/oh-my-zsh.sh && source ${ZSH}/oh-my-zsh.sh unsetopt inc_append_history @@ -17,7 +17,6 @@ unsetopt share_history # share command history data # Setup Go export GOPATH=~/go export PATH="$PATH:$GOPATH/bin" -export GO15VENDOREXPERIMENT="1" export MANPATH="/usr/local/opt/coreutils/libexec/gnuman:$MANPATH" export NODE_PATH=/usr/local/lib/node_modules