Browse Source

Fx ssh TERM hack for foot term

master
Arti Zirk 1 year ago
parent
commit
9359a4a193
  1. 2
      .zshrc

2
.zshrc

@ -301,7 +301,7 @@ function npm { @@ -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 $@

Loading…
Cancel
Save