Typos in plugin
parent
ef4111e9b0
commit
e7deb90335
|
|
@ -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
|
|
||||||
|
|
@ -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
|
||||||
Loading…
Reference in New Issue