From 1029884ef76c59f5016b201f7ea68fadde8fd846 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sat, 12 Mar 2022 21:18:27 +0100 Subject: [PATCH] set COLORTERM --- tabby-local/src/session.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tabby-local/src/session.ts b/tabby-local/src/session.ts index da4ec3e6..bba57f75 100644 --- a/tabby-local/src/session.ts +++ b/tabby-local/src/session.ts @@ -140,6 +140,7 @@ export class Session extends BaseSession { let env = mergeEnv( process.env, { + COLORTERM: 'truecolor', TERM: 'xterm-256color', TERM_PROGRAM: 'Tabby', },