dotfiles/.config/fish/functions/v.fish

5 lines
71 B
Fish

# Defined in /tmp/fish.pOtuGw/v.fish @ line 1
function v
vi $argv
end