6 lines
99 B
Fish
6 lines
99 B
Fish
# Defined in - @ line 1
|
|
function v --wraps='nvim .' --description 'alias v=nvim .'
|
|
nvim .
|
|
|
|
end
|