mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
3 lines
No EOL
200 B
Bash
3 lines
No EOL
200 B
Bash
# 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' |