From ad7963c4afd1b2c6be43ef7701537cb989934350 Mon Sep 17 00:00:00 2001 From: Marley Rae Date: Fri, 2 Feb 2024 19:06:05 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20Homebrew=20aliases?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homebrew/aliases.config.fish | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 homebrew/aliases.config.fish diff --git a/homebrew/aliases.config.fish b/homebrew/aliases.config.fish new file mode 100644 index 0000000..d2e5694 --- /dev/null +++ b/homebrew/aliases.config.fish @@ -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"