Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
diff --git a/scripts/initialize b/scripts/initialize index 5c8579a..bdf1274 100644 --- a/scripts/initialize +++ b/scripts/initialize @@ -10,9 +10,9 @@ else rvm_prefix_path="${rvm_prefix_path:-"$HOME/."}" elif [[ -s "/usr/local/rvm/scripts/rvm" ]] ; then rvm_prefix_path="${rvm_prefix_path:-"/usr/local/"}" - else - echo -e "\nERROR: rvm scripts directory was not found\n" - if [[ $# -gt 0 ]] ; then exit 0 ; else return 1 ; fi +# else +# echo -e "\nERROR: rvm scripts directory was not found\n" +# if [[ $# -gt 0 ]] ; then exit 0 ; else return 1 ; fi fi rvm_rc_files="$HOME/.bash_profile $HOME/.bashrc $HOME/.zshrc" fi
This paste will be private.
From the Design Piracy series on my blog: