my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
292 B

3 years ago
  1. # glassfish
  2. The glassfish plugin adds completion for the `asadmin` utility, a command to manage
  3. [Oracle GlassFish](https://docs.oracle.com/cd/E18930_01/html/821-2416/giobi.html) servers.
  4. To use it, add `glassfish` to the plugins array in your zshrc file:
  5. ```zsh
  6. plugins=(... glassfish)
  7. ```