From 96e70d28dfcc7fc2f5a6ab8c35591f959d068bd1 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Thu, 28 Dec 2017 08:46:37 +0100 Subject: [PATCH] Remove custom ATOM_HOME path 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 --- snowblocks/bash/config/env/igloo | 1 - 1 file changed, 1 deletion(-) diff --git a/snowblocks/bash/config/env/igloo b/snowblocks/bash/config/env/igloo index 87e5792..feb8a05 100644 --- a/snowblocks/bash/config/env/igloo +++ b/snowblocks/bash/config/env/igloo @@ -16,7 +16,6 @@ export STORE_PKGS=$HOME/store/pool/packages export STORE_RUN=$HOME/store/run export BITFROEST_HOME=$HOME/store/bitfroest -export ATOM_HOME=$STORE_RUN/atom export AUDACITY_PATH=$STORE_RUN/audacity export FZ_DATADIR=$STORE_RUN/filezilla export GIMP2_DIRECTORY=$STORE_RUN/gimp