chore(zsh): added abbr

This commit is contained in:
Afonso Franco 2024-06-08 18:13:51 +01:00
parent fe267f7558
commit d53899c99b
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4

View file

@ -0,0 +1,3 @@
abbr "i"="sudo pacman -S"
abbr "r"="sudo pacman -Rns"
abbr "s"="sudo pacman -Ss"