1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-11 13:13:59 +03:00

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',
},