Add profile.d/rvm
This commit is contained in:
parent
4cff3cbaad
commit
2b0056091a
7
profile.d/rvm
Normal file
7
profile.d/rvm
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Load RVM into a shell session *as a function*
|
||||
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
|
||||
|
||||
# Add RVM to PATH for scripting
|
||||
PATH=$PATH:$HOME/.rvm/bin
|
Loading…
Reference in New Issue
Block a user