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