1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-08-22 01:01:57 +00:00

set COLORTERM

This commit is contained in:
Eugene Pankov
2022-03-12 21:18:27 +01:00
parent 8d11a91201
commit 1029884ef7

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