Enable multiple users

Enable atom for multiple users on same linux computer.
This commit is contained in:
Bjoernsen
2015-03-14 13:42:54 +01:00
parent 37f5a33116
commit 66fa86e129

View File

@@ -18,7 +18,7 @@ DefaultSocketPath =
if process.platform is 'win32'
'\\\\.\\pipe\\atom-sock'
else
path.join(os.tmpdir(), "atom_#{process.env['USER']}.sock")
path.join(os.tmpdir(), "atom_#{process.env.USER}.sock")
# The application's singleton class.
#