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