feat(fish): new functions

yazi and topgrade
This commit is contained in:
Sergio Laín 2023-11-03 11:30:26 +01:00
parent 1081ce2789
commit 72ca1c0dbc
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 7 additions and 4 deletions

View file

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

View file

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

View file

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