]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/glassfish/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / glassfish / README.md
1 # glassfish
2
3 The glassfish plugin adds completion for the `asadmin` utility, a command to manage
4 [Oracle GlassFish](https://docs.oracle.com/cd/E18930_01/html/821-2416/giobi.html) servers.
5
6 To use it, add `glassfish` to the plugins array in your zshrc file:
7 ```zsh
8 plugins=(... glassfish)
9 ```