From 3f2e408ded61d356acaaad4ba10da667ac1be73f Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 8 Mar 2022 13:06:10 -0500 Subject: [PATCH] fish: Add paru to abbreviations Now it's possible to type "p" for paru instead of having to type "pacman" or "sudo pacman". This is mostly for convenience, since I think there's still some merit to typing things out the standard way. --- fish/.config/fish/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index e8837f6..fcc0de8 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -82,6 +82,7 @@ if not set -q set_abbr abbr e "exit" abbr k "kitty @ set-colors -c -a ~/.cache/wal/kitty" abbr l "ls -l" + abbr p "paru" abbr w "wal -o ~/.config/wal/done.sh" abbr T "tree"