mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-06-25 00:17:27 +02:00
{bash,zsh}rc: homebrew compatibility again
This commit is contained in:
parent
9740385dda
commit
2659bdcef7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user