Example:
[hx]
path = "not_hx"
# Or:
path = "/usr/bin/hx"
We simply have a default value of hx and let the user override it. which should be able to handle absolute paths just fine.
This could help when a user has conflicting binaries installed, and
- has renamed one of the binaries
- uses the full path / has aliased the full path
(thx @uwuclxdy)
Example:
We simply have a default value of
hxand let the user override it.whichshould be able to handle absolute paths just fine.This could help when a user has conflicting binaries installed, and
(thx @uwuclxdy)