Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
59930902
Commit
59930902
authored
Dec 26, 2019
by
Marc Cornellà
Browse files
glassfish: add README
parent
7360d898
Changes
2
Hide whitespace changes
Inline
Side-by-side
plugins/glassfish/README.md
0 → 100644
View file @
59930902
# glassfish
The glassfish plugin adds completion for the
`asadmin`
utility, a command to manage
[
Oracle GlassFish
](
https://docs.oracle.com/cd/E18930_01/html/821-2416/giobi.html
)
servers.
To use it, add
`glassfish`
to the plugins array in your zshrc file:
```
zsh
plugins
=(
... glassfish
)
```
plugins/glassfish/glassfish.plugin.zsh
View file @
59930902
# if there is a user named 'glassfish' on the system, we'll assume
# that is the user asadmin should be run as
# grep -e '^glassfish' /etc/passwd > /dev/null && alias asadmin='sudo -u glassfish asadmin'
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment