dotfiles/fish/.config/fish/functions/vs.fish

4 lines
88 B
Fish

function vs --wraps='vgrep -s' --description 'alias vs=vgrep -s'
vgrep -s $argv
end