AmellaHyprDots/fish/functions/xd.fish

5 lines
128 B
Fish

function xd --wraps='sudo xbps-remove -R' --description 'alias xd=sudo xbps-remove -R'
sudo xbps-remove -R $argv
end