From b219d5ae0a73c597c7e9995475f134fe794073eb Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 26 Jun 2025 09:20:47 +0100 Subject: [PATCH] [ssh] Set the term env to override Ghostty's value --- ssh/.ssh/config | 1 + 1 file changed, 1 insertion(+) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 70f9531..1ace8ee 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -13,3 +13,4 @@ Host * ServerAliveInterval 60 ServerAliveCountMax 30 VerifyHostKeyDNS ask + SetEnv TERM=xterm-256color