chore(zsh.aliases): brew -> mbrew

Allow user to use their own brew
This commit is contained in:
Ahmad Ansori Palembani 2023-07-23 09:55:08 +07:00
parent b2a731e341
commit 62df30426c
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 7 additions and 1 deletions

View file

@ -3,7 +3,7 @@
if [[ "$OSTYPE" == "darwin"* ]]; then
# i need sudo to launch emulator
alias pixelemu="sudo $HOME/Library/Android/sdk/emulator/emulator @Pixel_2_API_28"
alias brew="sudo -H -u maintenance brew"
alias mbrew="sudo -H -u maintenance -g staff brew"
fi
alias punten='doas'