fish: functions: Add an alias for yazi

This commit is contained in:
Sanchayan Maity 2024-02-23 12:41:08 +05:30
parent f4b458010e
commit 83d8e8938e
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 3 additions and 0 deletions

View File

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