Fx ssh TERM hack for foot term

This commit is contained in:
Arti Zirk 2023-09-26 13:37:17 +03:00
parent c8cad40f75
commit 9359a4a193
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -301,7 +301,7 @@ function npm {
function ssh {
(
if [[ "$TERM" == "alacritty" ]]; then
if [[ "$TERM" == "foot" ]]; then
export TERM=xterm-256color
fi
exec /usr/bin/ssh $@