Typos in plugin

This commit is contained in:
Victor Castell
2011-11-05 15:53:27 +01:00
parent ef4111e9b0
commit e7deb90335
2 changed files with 8 additions and 13 deletions

View File

@@ -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