Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. # Setup default configuration for rvm.
  2. # If an rvm install exists in the home directory, don't load this.'
  3. if [[ ! -s "/usr/local/lib/rvm" ]]; then
  4. umask g+w
  5. export rvm_selfcontained=0
  6. export rvm_path="/usr/local/lib/rvm"
  7. export rvm_bin_path="/usr/local/lib/rvm"
  8. export rvm_man_path="/usr/local/lib/rvm"
  9. export rvm_prefix="/usr/local/lib"
  10. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement