Merge pull request #441 from nwinkler/duplicate-rvm
Removed RVM loading, it's already done in the rvm plugin.pull/444/head
commit
07c4cb6f5e
|
|
@ -1,8 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/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
|
# Add nginx to the path
|
||||||
PATH=$PATH:/opt/nginx/sbin
|
PATH=$PATH:/opt/nginx/sbin
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue