dotfiles/.config/fish/functions/vv.fish

3 lines
71 B
Fish

function vv --wraps=bob --description 'alias vv=bob'
bob $argv
end