feature/fish_aliases (#22)

Co-authored-by: Shaun Setlock <shaun@setlock.net>
Co-authored-by: Shaun Setlock <ssetlock@zaether.com>
Reviewed-on: #22
This commit is contained in:
2025-07-01 21:24:54 -04:00
committed by Shaun Setlock
parent 050d5bce0d
commit e93ccd3319
4 changed files with 20 additions and 0 deletions

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