konradsz / igrep

Interactive Grep
MIT License
657 stars 17 forks source link

when editor is helix, use `helix` instead of `hx` #36

Closed TeFiLeDo closed 1 year ago

TeFiLeDo commented 1 year ago

When the editor is helix, this uses a helix binary instead of hx. It doesn't affect the behaviour when the editor is set to hx.

This is required for Arch Linux, which doesn't ship an hx binary.

konradsz commented 1 year ago

Hey, thanks for fixing it, I thought that the binary is always hx :)

TeFiLeDo commented 1 year ago

Thanks for the quick reaction, very cool!