{bash,zsh}rc: homebrew compatibility again

This commit is contained in:
Aminda Suomalainen 2025-06-23 20:42:35 +03:00
parent 9740385dda
commit 2659bdcef7
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 8 additions and 0 deletions

View File

@ -681,6 +681,10 @@ alias nordvpn-off2=nordvpn-offf
# Consistency in flatpak commands
alias flatpak="LANG=C.UTF-8 flatpak"
if hash homebrew 2> /dev/null; then
alias brew=homebrew
fi
# Allow custom aliases to be put in .aliases or .bash_aliases .
# .aliases

View File

@ -668,6 +668,10 @@ alias nordvpn-off2=nordvpn-offf
# Consistency in flatpak commands
alias flatpak="LANG=C.UTF-8 flatpak"
if hash homebrew 2> /dev/null; then
alias brew=homebrew
fi
# Allow custom aliases to be put in .aliases or .zsh_aliases .
# .aliases