X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Frbenv%2FREADME.md;fp=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Frbenv%2FREADME.md;h=0000000000000000000000000000000000000000;hb=1a8e170bbe5c6641a26ab1ce2e6ce6c5c1faa4cd;hp=43a2e93ac7efb277d4e463176346480fd5f440ae;hpb=475ba35502579302593f4735c853c49ef1845dcb;p=dotfiles.git diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/rbenv/README.md b/stow/oh-my-zsh/.oh-my-zsh/plugins/rbenv/README.md deleted file mode 100644 index 43a2e93..0000000 --- a/stow/oh-my-zsh/.oh-my-zsh/plugins/rbenv/README.md +++ /dev/null @@ -1,26 +0,0 @@ -# rbenv plugin - -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. - -Some functionality of this plugin will not work unless you also have the rbenv plugin *gemset* installed. -https://github.com/jf/rbenv-gemset - -To use it, add `rbenv` to the plugins array in your zshrc file: -```zsh -plugins=(... rbenv) -``` - -## Alias - -| Alias | Command | Description | -|----------------|---------------------|----------------------------------| -| rubies | `rbenv versions` | List the installed Ruby versions | -| gemsets | `rbenv gemset list` | List the existing gemsets | - -## Functions - -* `current_ruby`: The version of Ruby currently being used. -* `current_gemset`: The name of the current gemset. -* `gems`: Lists installed gems with enhanced formatting and color. -* `rbenv_prompt_info`: For adding information to your prompt. Format: `@`.