From 6296b6ecb0db99ab0943538527eebb35bad59df5 Mon Sep 17 00:00:00 2001 From: Tony Tang Date: Mon, 13 Apr 2026 13:06:29 +0800 Subject: [PATCH] set TERM --- ssh/example | 1 + 1 file changed, 1 insertion(+) diff --git a/ssh/example b/ssh/example index f37e91a..dfe54f3 100644 --- a/ssh/example +++ b/ssh/example @@ -4,6 +4,7 @@ Host * IdentityAgent "~/.1password/agent.sock" ServerAliveInterval 60 TCPKeepAlive yes + SetEnv TERM=xterm-256color Host github.com Hostname ssh.github.com