dotfiles/.config/fish/functions/ya.fish

4 lines
95 B
Fish

function ya --wraps='yadm add' --description 'alias ya=yadm add'
yadm add $argv
end