dotfiles/fish/.config/fish/functions/hx.fish

4 lines
77 B
Fish

function hx --wraps helix --description 'alias hx=helix'
helix $argv
end