diff options
-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 |