dotfiles/.config/fish/functions/i.fish

3 lines
82 B
Fish

function i --wraps='yay -S ' --description 'alias i=yay -S '
yay -S $argv
end