diff options
| author | Adam <adamdharrison@gmail.com> | 2022-10-08 14:32:58 -0400 |
|---|---|---|
| committer | Adam <adamdharrison@gmail.com> | 2022-10-08 14:32:58 -0400 |
| commit | 4ff404efee4d0b156da236cb1ef5a15579413161 (patch) | |
| tree | 9ffc815212584a8ad34bc9c762a9c9fee878312a /data | |
| parent | 94b49f153d479dfd11c9fdb2c78ae06bfd4bc327 (diff) | |
| download | lite-xl-additional-userdir-envvar.tar.gz lite-xl-additional-userdir-envvar.zip | |
Forgot a /additional-userdir-envvar
Diffstat (limited to 'data')
| -rw-r--r-- | data/core/start.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/core/start.lua b/data/core/start.lua index ad0bed47..d504108a 100644 --- a/data/core/start.lua +++ b/data/core/start.lua @@ -15,7 +15,7 @@ end USERDIR = (system.get_file_info(EXEDIR .. PATHSEP .. 'user') and (EXEDIR .. PATHSEP .. 'user')) or os.getenv("LITE_USERDIR") or ((os.getenv("XDG_CONFIG_HOME") and os.getenv("XDG_CONFIG_HOME") .. PATHSEP .. "lite-xl")) - or (HOME and (HOME .. PATHSEP .. '.config/lite-xl')) + or (HOME and (HOME .. PATHSEP .. '.config' .. PATHSEP .. 'lite-xl')) package.path = DATADIR .. '/?.lua;' package.path = DATADIR .. '/?/init.lua;' .. package.path |
