Add fish function for opening nvim at home directory.
This commit is contained in:
5
fish/functions/vh.fish
Normal file
5
fish/functions/vh.fish
Normal file
@@ -0,0 +1,5 @@
|
||||
# Defined in - @ line 1
|
||||
function vh --wraps='nvim ~/' --description 'alias vh=nvim ~/'
|
||||
nvim ~/
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user