From a6e9a2e5386b64c6b2659c681a0cd8ec9e36380f Mon Sep 17 00:00:00 2001 From: Nils Winkler Date: Fri, 27 Mar 2015 17:44:49 +0100 Subject: [PATCH] Removed RVM loading, it's already done in the rvm plugin. --- template/bash_profile.template.bash | 3 --- 1 file changed, 3 deletions(-) diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash index 9e0396b0..a34b1f82 100755 --- a/template/bash_profile.template.bash +++ b/template/bash_profile.template.bash @@ -1,8 +1,5 @@ #!/usr/bin/env bash -# Load RVM, if you are using it -[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm - # Add nginx to the path PATH=$PATH:/opt/nginx/sbin