7 lines
67 B
Fish
7 lines
67 B
Fish
|
#!/usr/bin/env fish
|
||
|
#
|
||
|
|
||
|
function nvim
|
||
|
command nvim -p $argv
|
||
|
end
|