5 lines
92 B
Fish
5 lines
92 B
Fish
|
function xs --wraps='paru -S' --description 'alias xs=paru -S'
|
||
|
paru -S $argv
|
||
|
|
||
|
end
|