mirror of https://github.com/bjeanes/dotfiles.git
4 lines
30 B
Fish
4 lines
30 B
Fish
|
function vi
|
||
|
mate $argv;
|
||
|
end
|