bashrc.d: add rvm

This commit is contained in:
Paul Walker
2023-01-17 14:12:54 +00:00
parent e573f33f19
commit 12a41e33a1

2
bashrc.d/rvm.bash Normal file
View File

@@ -0,0 +1,2 @@
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
addpath "$HOME/.rvm/bin"