https://github.com/2m/zsh-jabba
ZSH plugin for jabba
https://github.com/2m/zsh-jabba
Last synced: 9 months ago
JSON representation
ZSH plugin for jabba
- Host: GitHub
- URL: https://github.com/2m/zsh-jabba
- Owner: 2m
- License: apache-2.0
- Created: 2018-06-17T15:19:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T12:52:52.000Z (over 6 years ago)
- Last Synced: 2025-09-07T08:59:44.410Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - jabba - Adds shell integration code and completions for the [jabba](https://github.com/shyiko/jabba) Java version manager. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - jabba - Adds shell integration code and completions for the <b><code> 3320⭐</code></b> <b><code> 217🍴</code></b> [jabba](https://github.com/shyiko/jabba)) Java version manager. (Plugins / ZSH on Windows)
- awesome-zsh-plugins - jabba - Adds shell integration code and completions for the [jabba](https://github.com/shyiko/jabba) Java version manager. (Plugins / Zinit (née zplugin))
README
# [zsh-jabba][]
[zsh-jabba]: https://github.com/2m/zsh-jabba
This is a ZSH plugin for [jabba](https://github.com/shyiko/jabba). Together with packaging the original shell integration code required for jabba to work correctly, this plugin also includes autocompletion support for the following commands:
* `use`
* `install`
* `uninstall`
## Installation
### [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
* Clone this repository to `~/.oh-my-zsh/custom/plugins`.
* Add `zsh-jabba` to the plugin list in `~/.zshrc`
### [antibody](https://getantibody.github.io/)
Add this plugin to the antibody plugins file. Also make sure that the completion functionality in enabled in your `.zshrc` file:
```bash
autoload -U compinit
compinit
```