fish: Set TERM to xterm-kitty

We switched to kitty as default a while back, fix this.
This commit is contained in:
Sanchayan Maity 2020-12-11 16:41:51 +05:30
parent b4cd8c26a2
commit c5311cd22e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
set PATH {$HOME}/.nix-profile/bin {$HOME}/.cargo/bin {$HOME}/.cabal/bin $PATH
set -gx TERM alacritty
set -gx TERM xterm-kitty
set -gx NIX_PATH {$HOME}/.nix-defexpr/channels
export EDITOR='nvim'