Add .config/fish/functions/hx.fish

This commit is contained in:
Lewis Wynne 2025-11-01 03:07:36 +00:00
parent 22080886ef
commit 188b0756a0

View file

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