dotfiles/homebrew/aliases.config.fish

6 lines
198 B
Fish
Raw Normal View History

2024-02-02 19:06:05 -08:00
#!/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"