set COLORTERM

This commit is contained in:
Eugene Pankov 2022-03-12 21:18:27 +01:00
parent 8d11a91201
commit 1029884ef7
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -140,6 +140,7 @@ export class Session extends BaseSession {
let env = mergeEnv(
process.env,
{
COLORTERM: 'truecolor',
TERM: 'xterm-256color',
TERM_PROGRAM: 'Tabby',
},