3 lines
98 B
Fish
3 lines
98 B
Fish
function uninstall --wraps='yay -R ' --description 'alias uninstall=yay -R '
|
|
yay -R $argv
|
|
end
|