Add Homebrew aliases

This commit is contained in:
Marley Rae 2024-02-02 19:06:05 -08:00
parent 1df26deb6a
commit ad7963c4af

View file

@ -0,0 +1,5 @@
#!/usr/bin/env fish
abbr -a brewi --position command "brew install"
abbr -a brewr --position command "brew uninstall"
abbr -a brewu --position command "brew update && brew upgrade && brew cleanup"