mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-24 23:33:29 +02:00
added alias
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
|
|
||||||
@@ -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'
|
||||||
Reference in New Issue
Block a user