From 12a41e33a1576d79ee50a6eb3d769d1c098330c2 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Tue, 17 Jan 2023 14:12:54 +0000 Subject: [PATCH] bashrc.d: add rvm --- bashrc.d/rvm.bash | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bashrc.d/rvm.bash 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"