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