MainDots/Configs/fish/functions/xs.fish

5 lines
92 B
Fish

function xs --wraps='paru -S' --description 'alias xs=paru -S'
paru -S $argv
end