mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
test_env: remove stale env sanitization
These are unused since 983746a69
(fish_vi_cursor: Remove terminal checks,
2024-08-30).
This commit is contained in:
parent
9c96ae0d40
commit
5b249dbb41
1 changed files with 0 additions and 4 deletions
|
@ -80,8 +80,6 @@ export LC_CTYPE="en_US.UTF-8"
|
||||||
# See also tests/interactive.fish.
|
# See also tests/interactive.fish.
|
||||||
export TERM=xterm
|
export TERM=xterm
|
||||||
unset COLORTERM
|
unset COLORTERM
|
||||||
unset INSIDE_EMACS
|
|
||||||
unset ITERM_PROFILE
|
|
||||||
unset KONSOLE_PROFILE_NAME
|
unset KONSOLE_PROFILE_NAME
|
||||||
unset KONSOLE_VERSION
|
unset KONSOLE_VERSION
|
||||||
unset PANTHEON_TERMINAL_ID
|
unset PANTHEON_TERMINAL_ID
|
||||||
|
@ -90,8 +88,6 @@ unset LC_TERMINAL_VERSION
|
||||||
unset TERM_PROGRAM
|
unset TERM_PROGRAM
|
||||||
unset TERM_PROGRAM_VERSION
|
unset TERM_PROGRAM_VERSION
|
||||||
unset VTE_VERSION
|
unset VTE_VERSION
|
||||||
unset WT_PROFILE_ID
|
|
||||||
unset XTERM_VERSION
|
|
||||||
|
|
||||||
# If we are sourced, return without executing
|
# If we are sourced, return without executing
|
||||||
if test -z ${target}; then
|
if test -z ${target}; then
|
||||||
|
|
Loading…
Reference in a new issue