env: clear up more variables set by random shit

This commit is contained in:
Nero 2021-07-29 13:11:08 +00:00
parent 15b3e7ffe5
commit 89d78c49ef
1 changed files with 14 additions and 1 deletions

15
env
View File

@ -93,4 +93,17 @@ if is_interactive; then
fi
# clear out shit
unset HUSHLOGIN WINDOWPATH XDG_SEAT XDG_SESSION_ID XDG_VTNR XDG_SESSION_CLASS XDG_SESSION_TYPE XTERM_LOCALE XTERM_SHELL XTERM_VERSION
unset \
COLORTERM \
HUSHLOGIN \
TERMINAL \
VTE_VERSION \
WINDOWPATH \
XDG_SEAT \
XDG_SESSION_ID \
XDG_VTNR \
XDG_SESSION_CLASS \
XDG_SESSION_TYPE \
XTERM_LOCALE \
XTERM_SHELL \
XTERM_VERSION