This repository was archived by the owner on Dec 6, 2025. It is now read-only.
This repository was archived by the owner on Dec 6, 2025. It is now read-only.
$XSHE_FILE environment variable to customize the default location of xshe.toml #83
The environment variable
$XSHE_FILEshould be able to set wherexshechecks for its configuration file if none of the flags-p,-t, or-fare set.Right now, the program checks locations in this order:
$XDG_CONFIG_HOME/xshe.toml, if$XDG_CONFIG_HOMEis set.~/.config/xshe.toml.The desired behavior is add the following check before the other 2:
$XSHE_FILE, if$XSHE_FILEis set.