dotfiles/homebrew/aliases.config.fish
2024-02-03 11:20:28 -08:00

5 lines
198 B
Fish

#!/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"