chore: added alias to search on pacman (s)

This commit is contained in:
Afonso Franco 2022-11-11 13:10:10 +00:00
parent e929d503c5
commit 0fb7d9d2a5
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4

View file

@ -25,6 +25,10 @@ function i
sudo pacman -S $argv
end
function s
sudo pacman -Ss $argv
end
function u
sudo pacman -Syu $argv
end