mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-27 07:15:00 +08:00
4 lines
86 B
Fish
Executable file
4 lines
86 B
Fish
Executable file
# Defined in - @ line 1
|
|
function vim --description 'alias vim nvim'
|
|
nvim $argv;
|
|
end
|