Browse Source

update zshrc

pull/2/merge
Brett Langdon 9 years ago
parent
commit
8cf2d0c1b3
No known key found for this signature in database GPG Key ID: A2ECAB73CE12147F
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      zshrc

+ 1
- 2
zshrc View File

@ -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


Loading…
Cancel
Save