fish: functions: Add an alias for helix

This commit is contained in:
Sanchayan Maity 2023-08-22 18:19:15 +05:30
parent f78e53ee7c
commit dbc0672151
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 3 additions and 0 deletions

View File

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