Added an extra comment to the bash profile template
authorRobert R Evans <robert@codewranglers.org>
Tue, 12 Oct 2010 15:27:04 +0000 (08:27 -0700)
committerRobert R Evans <robert@codewranglers.org>
Tue, 12 Oct 2010 15:27:04 +0000 (08:27 -0700)
template/bash_profile.template.bash

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