From fe2d7fc3be31376cb16c402e8a94f891a9563f8a Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Tue, 16 Aug 2016 17:12:27 -0400 Subject: [PATCH] remove dignhy --- zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/zshrc b/zshrc index 9d56e03..1fee7f1 100644 --- a/zshrc +++ b/zshrc @@ -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