7 lines
65 B
Fish
7 lines
65 B
Fish
|
#!/usr/bin/env fish
|
||
|
#
|
||
|
|
||
|
function vimdiff
|
||
|
nvim -d -o $argv
|
||
|
end
|