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
1 changed files with 0 additions and 4 deletions

View File

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