Replies: 1 comment
-
the problem in windows is that it uses %AppData% from the registry, not the environment. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I know that violating XDG standards and other OS standards is almost "standard" itself. But if possible, I'd like to see the browser respecting it. So instead of having
$HOME/.zen
for config instead do:$XDG_CONFIG_HOME/zen
(if empty it's$HOME/.config/zen
)$HOME/Library/Application Support/zen
%AppData%\zen
24 votes ·
Beta Was this translation helpful? Give feedback.
All reactions