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