1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2026-05-20 09:55:03 +03:00

Fx ssh TERM hack for foot term

This commit is contained in:
2023-09-26 13:37:17 +03:00
parent c8cad40f75
commit 9359a4a193
+1 -1
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 $@