mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
parent
142c03dbd2
commit
1e3b441ce7
4 changed files with 3 additions and 25 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue