mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-21 02:48:00 +00:00
build fix
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
import * as path from 'path'
|
|
||||||
import { Injectable } from '@angular/core'
|
import { Injectable } from '@angular/core'
|
||||||
import { HostAppService, Platform } from 'terminus-core'
|
import { HostAppService, Platform } from 'terminus-core'
|
||||||
|
|
||||||
|
@@ -28,6 +28,7 @@ export class WSLShellProvider extends ShellProvider {
|
|||||||
command: wslPath,
|
command: wslPath,
|
||||||
env: {
|
env: {
|
||||||
TERM: 'xterm-color',
|
TERM: 'xterm-color',
|
||||||
|
COLORTERM: 'truecolor',
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user