feature/fish_aliases #24

Closed
shaun wants to merge 6 commits from feature/fish_aliases into master
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