Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
7f69551498a78a6b30d706c89808fcd2ba000045
7f69551498a78a6b30d706c89808fcd2ba000045
Switch branch/tag
oh-my-zsh
plugins
rvm
rvm.plugin.zsh
Find file
Normal view
History
Permalink
rvm.plugin.zsh
65 Bytes
Edit
Web IDE
Newer
Older
Add tab completion for rvm.
Christopher Chow
committed
Feb 23, 2011
1
2
3
fpath
=(
$ZSH
/plugins/rvm
$fpath
)
autoload
-U
compinit
compinit
-i