From e048cc4a066ed18b525d636ad48ae9b5b3049699 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 28 Jul 2025 23:36:27 +0100 Subject: [PATCH] [ssh] Don't put ghostty override in the config --- ssh/.ssh/config | 1 - 1 file changed, 1 deletion(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 1ace8ee..70f9531 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -13,4 +13,3 @@ Host * ServerAliveInterval 60 ServerAliveCountMax 30 VerifyHostKeyDNS ask - SetEnv TERM=xterm-256color