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