diff --git a/profile.d/rvm b/profile.d/rvm new file mode 100644 index 0000000..f32eef5 --- /dev/null +++ b/profile.d/rvm @@ -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