dotfiles/fish/.config/fish/functions/vg.fish

4 lines
77 B
Fish

function vg --wraps=vgrep --description 'alias vg=vgrep'
vgrep $argv
end