mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-12 16:17:10 +02:00
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:
@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user