mirror of
https://github.com/theniceboy/.config.git
synced 2026-01-01 11:25:05 +08:00
4 lines
84 B
Fish
Executable file
4 lines
84 B
Fish
Executable file
# Defined in - @ line 1
|
|
function nv --description 'alias nv nvim'
|
|
nvim $argv;
|
|
end
|