1
0
forked from extern/nix-config

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.
This commit is contained in:
Donovan Glover 2022-03-08 13:06:10 -05:00
parent e296e2d44d
commit 3f2e408ded
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -82,6 +82,7 @@ if not set -q set_abbr
abbr e "exit" abbr e "exit"
abbr k "kitty @ set-colors -c -a ~/.cache/wal/kitty" abbr k "kitty @ set-colors -c -a ~/.cache/wal/kitty"
abbr l "ls -l" abbr l "ls -l"
abbr p "paru"
abbr w "wal -o ~/.config/wal/done.sh" abbr w "wal -o ~/.config/wal/done.sh"
abbr T "tree" abbr T "tree"