chore: added alias to search on pacman (s)

This commit is contained in:
Afonso Franco 2022-11-11 13:10:10 +00:00
parent 4f0f5f343c
commit bc8aca6c88
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