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 was merged in pull request #22.
This commit is contained in:
2025-07-01 21:24:54 -04:00
parent 27ee0b81c3
commit 886c179aef
4 changed files with 20 additions and 0 deletions

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

@@ -0,0 +1,5 @@
# Defined in - @ line 1
function v --wraps='nvim .' --description 'alias v=nvim .'
nvim .
end