Guest User

Untitled

a guest
Apr 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. function __init_ruby
  2. set -xg ARCHFLAGS '-arch x86_64' # build gemses on Snowy
  3.  
  4. set -l lastruby (cat ~/.lastruby ^/dev/null)
  5. if test -z $lastruby
  6. set lastruby system
  7. end
  8.  
  9. rvm $lastruby
  10. end
Add Comment
Please, Sign In to add comment