1
0
.dotfiles/home/.config/fish/functions/vi.fish

6 lines
62 B
Fish

# Use vim when I type vi
function vi
/usr/bin/vim $argv
end