dotfiles/.config/fish/functions/u.fish

3 lines
82 B
Fish

function u --wraps='yay -R ' --description 'alias u=yay -R '
yay -R $argv
end