mirror of
https://github.com/Eugeny/tabby
synced 2024-12-12 14:22:43 +00:00
set COLORTERM
This commit is contained in:
parent
8d11a91201
commit
1029884ef7
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ export class Session extends BaseSession {
|
|||
let env = mergeEnv(
|
||||
process.env,
|
||||
{
|
||||
COLORTERM: 'truecolor',
|
||||
TERM: 'xterm-256color',
|
||||
TERM_PROGRAM: 'Tabby',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue