diff options
author | Mattias Andrée <m@maandree.se> | 2025-02-10 15:57:38 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-02-10 15:57:38 +0100 |
commit | 14e0eae133e2418635ceb45fc5ae19b9f69665e7 (patch) | |
tree | a6fd83a5f5ebc23ca85d61d0f1aa7186569f1b29 | |
parent | m (diff) | |
download | libenv-1.0.1.tar.gz libenv-1.0.1.tar.bz2 libenv-1.0.1.tar.xz |
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r-- | libenv_get_complete_list.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libenv_get_complete_list.c b/libenv_get_complete_list.c index f2d63c0..1ff05d7 100644 --- a/libenv_get_complete_list.c +++ b/libenv_get_complete_list.c @@ -80,6 +80,7 @@ static struct libenv_variable list[] = { #define CLASSES classes__terminal_caps V("TERM"), + V("TERMCAP"), V("COLORTERM"), V("VTE_VERSION"), #undef CLASSES @@ -148,6 +149,7 @@ static struct libenv_variable list[] = { #define CLASSES classes__user V("LOGNAME"), + V("USER"), V("HOME"), V("SHELL"), #undef CLASSES @@ -182,6 +184,7 @@ static struct libenv_variable list[] = { V("XDG_CONFIG_HOME"), V("GNUPGHOME"), V("MPLAYER_HOME"), + V("MAIL"), #undef CLASSES #define CLASSES classes__pwd |