diff --git a/bashrc.d/rvm.bash b/bashrc.d/rvm.bash new file mode 100644 index 0000000..0a0a2e7 --- /dev/null +++ b/bashrc.d/rvm.bash @@ -0,0 +1,2 @@ +# Add RVM to PATH for scripting. Make sure this is the last PATH variable change. +addpath "$HOME/.rvm/bin"