From a4d106645d93de63b95f128e54b35934295a6902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Logerais=20=28Numericable=20-=20Ing=C3=A9nierie?= =?UTF-8?q?=20Syst=C3=A8me=29?= Date: Wed, 6 Nov 2013 23:25:43 +0100 Subject: [PATCH] Add support for completion for RVM --- profile.d/rvm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profile.d/rvm b/profile.d/rvm index f32eef5..40cb341 100644 --- a/profile.d/rvm +++ b/profile.d/rvm @@ -5,3 +5,6 @@ # Add RVM to PATH for scripting PATH=$PATH:$HOME/.rvm/bin + +# Source bash completion for RVM +[[ -r "$HOME/.rvm/scripts/completion" ]] && source "$HOME/.rvm/scripts/completion"