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
Dirs provided 3 paths (bin_home, cache_home, config_home) as of now.
How about adding a new path for $XDG_DATA_HOME?
It defaults to $HOME/.local/share on Linux. (For Windows, I think it would be the best to default it to C:\ProgramData ... nevermind, I think <User>\AppData\Local is better.)
The text was updated successfully, but these errors were encountered:
Dirs provided 3 paths (bin_home, cache_home, config_home) as of now.
How about adding a new path for
$XDG_DATA_HOME
?It defaults to
$HOME/.local/share
on Linux. (For Windows, I think it would be the best to default itto... nevermind, I thinkC:\ProgramData
<User>\AppData\Local
is better.)The text was updated successfully, but these errors were encountered: