dots/private_dot_config/private_fish/functions/hx.fish

7 lines
120 B
Fish

if not status is-interactive
exit
end
function hx --wraps=helix --description 'alias hx=helix'
helix $argv
end