5 lines
79 B
Fish
5 lines
79 B
Fish
|
function v --wraps=nvim --description 'alias v=nvim'
|
||
|
nvim $argv
|
||
|
|
||
|
end
|