Added an extra comment to the bash profile template

pull/11/head
Robert R Evans 2010-10-12 08:27:04 -07:00
parent bdc9ddbdd6
commit a3ccf49d67
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Load RVM # Load RVM, if you are using it
[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm [[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm
# Add rvm gems and nginx to the path # Add rvm gems and nginx to the path