Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIncorrect directory when XDG_CONFIG_DIR is set #475
Comments
|
To give a little more context, I have my tmuxp configuration files in |
When the
XDG_USER_CONFIGvariable is not set, tmuxp defaults to using~/.config/tmuxp.~/.configis a reasonable guess forXDG_USER_CONFIG(and I'd assume most people who've set XDG_USER_CONFIG have set it to be~/.config). However, whenXDG_USER_CONFIGis set, tmuxp doesn't doos.path.join(os.environ["XDG_USER_CONFIG"], "tmuxp"), instead it simply usesXDG_USER_CONFIG.Is this difference intentional or just a minor oversight?