Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove custom ATOM_HOME path #102

Merged

Conversation

arcticicestudio
Copy link
Owner

Closes #98

The "ATOM_HOME" environment variable (1) was assigned to a custom path
for the configuration folder of Atom instead of using the default
"~/.atom". The reason was that the folder was located in a kind of
"global application configuration collection folder" on another drive
mounted on system start. This has now been deprecated and changed to
use the default paths of the installed applications. The "~/.atom"
folder is now used for Atom which is located on the main SSD drive
instead of using a symlink to the external drive.

The change is enormous performance boost as the read/write capacity of
the external drive HDD was of course way slower than the SSD.

References:

  (1) http://flight-manual.atom.io/using-atom/sections/basic-customization/#custom-home-location-with-an-environment-variable

GH-98
@arcticicestudio arcticicestudio added this to the 0.1.0 milestone Dec 28, 2017
@arcticicestudio arcticicestudio merged commit 78042d8 into develop Dec 28, 2017
@arcticicestudio arcticicestudio deleted the improvement/gh-98-emove-custom-atom_home-path branch December 28, 2017 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant