chore: added alias to search on pacman (s)

This commit is contained in:
2022-11-11 13:10:10 +00:00
parent e929d503c5
commit 0fb7d9d2a5

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