5 lines
128 B
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
|