mirror of
https://github.com/jiriks74/presence.nvim
synced 2024-12-29 03:12:04 +01:00
parent
f4c1e227be
commit
f30c304392
1 changed files with 1 additions and 1 deletions
|
@ -293,10 +293,10 @@ function Presence:get_discord_socket()
|
||||||
end
|
end
|
||||||
|
|
||||||
local env_vars = {
|
local env_vars = {
|
||||||
|
"XDG_RUNTIME_DIR",
|
||||||
"TEMP",
|
"TEMP",
|
||||||
"TMP",
|
"TMP",
|
||||||
"TMPDIR",
|
"TMPDIR",
|
||||||
"XDG_RUNTIME_DIR",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for i = 1, #env_vars do
|
for i = 1, #env_vars do
|
||||||
|
|
Loading…
Reference in a new issue