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