chore: added alias to search on pacman (s)
This commit is contained in:
@@ -25,6 +25,10 @@ function i
|
|||||||
sudo pacman -S $argv
|
sudo pacman -S $argv
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function s
|
||||||
|
sudo pacman -Ss $argv
|
||||||
|
end
|
||||||
|
|
||||||
function u
|
function u
|
||||||
sudo pacman -Syu $argv
|
sudo pacman -Syu $argv
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user