Skip to content

Commit

Permalink
allow user-specific env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
navi-desu committed Sep 21, 2024
1 parent d7d09aa commit ea15df2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shared/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ static const char *const env_whitelist[] = {
"RC_DEBUG", "RC_NODEPS",
"LANG", "LC_MESSAGES", "TERM",
"EINFO_COLOR", "EINFO_VERBOSE",
"RC_USER_SERVICES", "HOME",
"XDG_RUNTIME_DIR", "XDG_CONFIG_HOME",
NULL
};

Expand Down

0 comments on commit ea15df2

Please sign in to comment.