You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, we could apply the same priority. That being said, implementing this won't be a priority for us, we would accept any contribution implementing this.
Motivations
Files are currently placed directly in
$HOME
, which creates clutter. Using standard platform directories would improve system integration.Solution
Use
directories
crate with the following fallback order:$XDG_DATA_HOME/espup
$HOME/.local/share/espup
$HOME/.espup
Add flag to optionally symlink export-esp.sh from
$HOME
to$XDG_DATA_HOME/espup/export-esp.sh
Create an extension-less version of the script with a shebang and export to
$PATH
- the$HOME
symlink could point to this insteadAlternatives
$ESP_HOME
Additional context
The
directories
crate provides cross-platform support for standard directory locations.The text was updated successfully, but these errors were encountered: