Commit 873dc9cf authored by Marc Cornellà's avatar Marc Cornellà
Browse files

jenv: update README

parent cb7a3e38
# jenv oh-my-zsh plugin
# jenv plugin
[jenv](http://www.jenv.be/) is a Java version manager similiar to [rbenv](http://rbenv.org/) and [pyenv]|(https://github.com/yyuu/pyenv). This plugin initializes jenv and adds provides the jenv_prompt_info function to add Java version information to prompts.
[jenv](https://www.jenv.be/) is a Java version manager similiar to [rbenv](https://github.com/rbenv/rbenv)
and [pyenv]|(https://github.com/yyuu/pyenv).
This plugin initializes jenv and adds provides the jenv_prompt_info function to add Java
version information to prompts.
To use, add `jenv` to your plugins array in your zshrc file:
```zsh
plugins=(... jenv)
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment