From a3ccf49d67e0e62281a1448d2cc73ce9b6cfa240 Mon Sep 17 00:00:00 2001 From: Robert R Evans Date: Tue, 12 Oct 2010 08:27:04 -0700 Subject: [PATCH] Added an extra comment to the bash profile template --- template/bash_profile.template.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash index 0991d90..f6c9d5d 100644 --- a/template/bash_profile.template.bash +++ b/template/bash_profile.template.bash @@ -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 -- 2.17.1