From 8214d2a999e011c0fff79d04940c22902ada28ad Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 2 Jan 2025 22:43:10 +0000 Subject: [PATCH] [ghostty] Force xterm-256color for SSH --- ghostty/.ssh/config-ghostty | 2 ++ ssh/.ssh/config | 1 + 2 files changed, 3 insertions(+) create mode 100644 ghostty/.ssh/config-ghostty diff --git a/ghostty/.ssh/config-ghostty b/ghostty/.ssh/config-ghostty new file mode 100644 index 0000000..749e371 --- /dev/null +++ b/ghostty/.ssh/config-ghostty @@ -0,0 +1,2 @@ +Host * + SetEnv TERM=xterm-256color diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 32b8488..cde8559 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -1,5 +1,6 @@ Include ~/.orbstack/ssh/config Include config-private +Include config-ghostty User nikdoof AddKeysToAgent yes