mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-05-11 05:55:17 +00:00
in hindsight, this is probably a bad idea
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
# if there is a user named 'glassfish' on the system, we'll assume
|
# if there is a user named 'glassfish' on the system, we'll assume
|
||||||
# that is the user asadmin should be run as
|
# that is the user asadmin should be run as
|
||||||
grep -e '^glassfish' /etc/passwd > /dev/null && alias asadmin='sudo -u glassfish asadmin'
|
# grep -e '^glassfish' /etc/passwd > /dev/null && alias asadmin='sudo -u glassfish asadmin'
|
||||||
Reference in New Issue
Block a user