From b8e52b412ab8357ccbe512ba483130932be90d13 Mon Sep 17 00:00:00 2001 From: Julian Torres Date: Sun, 23 Jun 2024 20:55:28 -0400 Subject: [PATCH] feat(shell/fish): add 'b' abbreviation --- shell/fish/user/abbr.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/fish/user/abbr.fish b/shell/fish/user/abbr.fish index 495aaf8..4af181c 100644 --- a/shell/fish/user/abbr.fish +++ b/shell/fish/user/abbr.fish @@ -1,5 +1,6 @@ # Abbreviations +abbr b brew abbr c 'clear && ll' # clear terminal display, show directory abbr cat 'bat --pager="less -XRF"' # because bat is just insanely better than cat abbr cls clear # clear sisplay, just like `mongo` shell