feat(fish): new function names

This commit is contained in:
Sergio Laín 2023-10-11 12:36:35 +02:00
parent 167934ecc8
commit db9d40a5ea
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,4 @@
function no --wraps=floaterm --description 'alias no=floaterm'
floaterm $argv
end

View file

@ -0,0 +1,4 @@
function proc --wraps=sysz --description 'alias proc=sysz'
sysz $argv
end

View file

@ -0,0 +1,3 @@
function v --wraps=nvim --description 'alias v=nvim'
nvim $argv
end