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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
77 B
Fish
Raw Permalink Normal View History

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