[zsh] added abbr

This commit is contained in:
Afonso Franco 2024-06-08 18:13:51 +01:00
parent 7eee477083
commit 31225cd3fb
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54

View file

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