Add fish function for opening nvim at home directory.

This commit is contained in:
Shaun Setlock
2025-07-01 21:22:46 -04:00
parent 7c73222b5f
commit 8b84499b36

5
fish/functions/vh.fish Normal file
View File

@@ -0,0 +1,5 @@
# Defined in - @ line 1
function vh --wraps='nvim ~/' --description 'alias vh=nvim ~/'
nvim ~/
end