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
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Please automatically expand tildes (~) in Config File Names to the current user's home directory. E.g., ~/.config/flake8 should expand to /Users/andrew/.config/flake8 for user andrew on Mac OS X.
The text was updated successfully, but these errors were encountered:
There is no reliable cross-platform way to really do this. As setting this is a one time thing the slight inconvenience of having to type a few extra characters isn't really that big of an issue in my opinion.
@binarious the method used there isn't cross-platform.
I'm marking this as closed. If either of you want to submit a PR that implements this feel free but as it stands I see very little point in this.
@mcandre I'm assuming then that Ruby does all the hard work of figuring out env.home for you?
In any case since Atom itself is only supported on Windows 7 and above most of the broken platforms that make the task of determining the profile folder near impossible aren't an issue here, so something like https://github.com/npm/osenv could easily be used to accomplist this. Again, feel free to submit a PR.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please automatically expand tildes (
~
) in Config File Names to the current user's home directory. E.g.,~/.config/flake8
should expand to/Users/andrew/.config/flake8
for userandrew
on Mac OS X.The text was updated successfully, but these errors were encountered: