1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 17:21:42 +00:00

Rollback of Pull #366

sorin-ionescu had some good points.
This commit is contained in:
Andrew Hodges
2011-05-30 10:07:15 -04:00
parent b59d32f0cc
commit 80ed1cbc5d
4 changed files with 3 additions and 25 deletions

View File

@ -1,6 +1,5 @@
fpath=($ZSH/plugins/rvm $fpath)
autoload -U compinit
compinit -i
# What does this really do?
# fpath=($ZSH/plugins/rvm $fpath)
alias rubies='rvm list rubies'
alias gemsets='rvm gemset list'
@ -35,10 +34,6 @@ function rvm-update {
rvm reload # TODO: Reload rvm completion?
}
function rvm-link-completion {
ln -s "$rvm_path/scripts/zsh/Completion/_rvm" "$ZSH/plugins/rvm/_rvm.official"
}
# TODO: Make this usable w/o rvm.
function gems {
local current_ruby=`rvm-prompt i v p`