feature/fish_aliases #22

Merged
shaun merged 3 commits from feature/fish_aliases into master 2025-07-01 21:24:54 -04:00
Showing only changes of commit 8b84499b36 - Show all commits

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