6 lines
62 B
Fish
6 lines
62 B
Fish
|
# Use vim when I type vi
|
||
|
function vi
|
||
|
/usr/bin/vim $argv
|
||
|
end
|
||
|
|