6 lines
198 B
Fish
6 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"
|