diff --git a/.zshrc b/.zshrc index 995431d..3c5144c 100644 --- a/.zshrc +++ b/.zshrc @@ -62,9 +62,6 @@ export PAGER=less # Enable node version manager (nvm) [[ -s ~/.nvm/nvm.sh ]] && . ~/.nvm/nvm.sh -# If a private bin directory exists, add it to PATH -[[ -d ~/bin ]] && PATH=$PATH:~/bin - # If a binary go distribution exists, add it to PATH # From here: http://golang.org/dl/ if [[ -d ~/Downloads/go ]]; then