1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-23 14:53:27 +02:00

Merge pull request #1262 from fred-o/glassfish-plugin

Glassfish plugin
This commit is contained in:
Robby Russell
2014-03-22 16:19:37 -07:00
2 changed files with 1153 additions and 0 deletions
File diff suppressed because it is too large Load Diff
+3
View File
@@ -0,0 +1,3 @@
# 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'