fish: setup: Drop TERM setting for kitty

This commit is contained in:
Sanchayan Maity 2022-03-27 18:16:10 +05:30
parent 701bd244be
commit 8d216bc1e6

View file

@ -53,10 +53,6 @@ function __fish_setup_on_tty_login --description "Set up environment on tty logi
end end
end end
if type -qf kitty
set -gx TERM xterm-kitty
end
if type -qf fnm if type -qf fnm
fnm env --shell=fish --log-level=quiet | source fnm env --shell=fish --log-level=quiet | source
end end