diff --git a/src/atom.coffee b/src/atom.coffee index b2acd363e..0036ba420 100644 --- a/src/atom.coffee +++ b/src/atom.coffee @@ -109,7 +109,7 @@ class Atom extends Model # # Returns the absolute path to ~/.atom @getConfigDirPath: -> - @configDirPath ?= fs.absolute('~/.atom') + @configDirPath ?= process.env.ATOM_HOME # Get the path to Atom's storage directory. #