]> CyberLeo.Net >> Repos - CDN/bash-config.git/blob - bash-config/bashrc.d/50-rvm
Include RVM loader in bashrc.d
[CDN/bash-config.git] / bash-config / bashrc.d / 50-rvm
1 # Include RVM if installed
2
3 # Load RVM into a shell session as a function
4 [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
5