mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
feat(rbenv): provide completion for rbenv command
Ref https://github.com/rbenv/rbenv/#shell-completions
This commit is contained in:
parent
d82669199b
commit
0f1294812d
2 changed files with 8 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
The primary job of this plugin is to provide `rbenv_prompt_info` which can be added to your theme to include Ruby
|
||||
version and gemset information into your prompt.
|
||||
|
||||
Additionally, this plugin provides completion for the `rbenv` command. See also <https://github.com/rbenv/rbenv/#shell-completions>.
|
||||
|
||||
Some functionality of this plugin will not work unless you also have the rbenv plugin *gemset* installed.
|
||||
https://github.com/jf/rbenv-gemset
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue