From: Victor Castell Date: Sat, 5 Nov 2011 14:53:27 +0000 (+0100) Subject: Typos in plugin X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=e7deb903355d16b14398c2411895e55a782eba23;p=common%2Fbash_it.git Typos in plugin --- diff --git a/plugins/available/rbenv.bash b/plugins/available/rbenv.bash deleted file mode 100644 index 6fd8f10..0000000 --- a/plugins/available/rbenv.bash +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -# Load rbebv, if you are using it -export PATH="$HOME/.rbenv/bin:$PATH" -eval "$(rbenv init -)" - -# Check to make sure that RVM is actually loaded before adding -# the customizations to it. -if [ "$rvm_path" ] -then - # Load the auto-completion script if rbenv was loaded. - source ~/.rbenv/completions/rbenv.bash -fi \ No newline at end of file diff --git a/plugins/available/rbenv.plugin.bash b/plugins/available/rbenv.plugin.bash new file mode 100644 index 0000000..bfac84d --- /dev/null +++ b/plugins/available/rbenv.plugin.bash @@ -0,0 +1,8 @@ +#!/bin/bash + +# Load rbebv, if you are using it +export PATH="$HOME/.rbenv/bin:$PATH" +eval "$(rbenv init -)" + +# Load the auto-completion script if rbenv was loaded. +source ~/.rbenv/completions/rbenv.bash \ No newline at end of file