From 82f0fb6d591d2116b7786471ab6f64885f0ee276 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sat, 11 Feb 2012 18:50:16 -0600 Subject: [PATCH] Include RVM loader in bashrc.d --- bash-config/bashrc.d/50-rvm | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bash-config/bashrc.d/50-rvm diff --git a/bash-config/bashrc.d/50-rvm b/bash-config/bashrc.d/50-rvm new file mode 100644 index 0000000..d7b68bf --- /dev/null +++ b/bash-config/bashrc.d/50-rvm @@ -0,0 +1,5 @@ +# Include RVM if installed + +# Load RVM into a shell session as a function +[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" + -- 2.42.0