Browse Source

remove dignhy

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

+ 0
- 3
zshrc View File

@ -42,9 +42,6 @@ export PATH="$HOME/.rvm/bin:$PATH" # Add RVM to PATH for scripting
export rvm_project_rvmrc=1
test -e ${HOME}/.rvm/scripts/rvm && source ${HOME}/.rvm/scripts/rvm
# Check if dinghy is installed, and run shellinit if it exists
which dinghy 2>&1 >/dev/null && eval $(dinghy shellinit)
# Setup NVM
export NVM_DIR=~/.nvm
test -e $(brew --prefix nvm)/nvm.sh && source $(brew --prefix nvm)/nvm.sh


Loading…
Cancel
Save