Browse Source

fix dinghy init

pull/1/head
Brett Langdon 10 years ago
parent
commit
0e29f61948
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      zshrc

+ 1
- 1
zshrc View File

@ -44,7 +44,7 @@ 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)
which dinghy 2>&1 >/dev/null && eval $(dinghy shellinit)
# Setup NVM
export NVM_DIR=~/.nvm


Loading…
Cancel
Save