✨ Add Homebrew aliases
This commit is contained in:
parent
1df26deb6a
commit
ad7963c4af
1 changed files with 5 additions and 0 deletions
5
homebrew/aliases.config.fish
Normal file
5
homebrew/aliases.config.fish
Normal 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"
|
Loading…
Reference in a new issue