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

build fix

This commit is contained in:
Eugene Pankov 2018-09-11 14:44:11 -07:00
parent 2d43e29bcd
commit 6a59db1a36
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,3 @@
import * as path from 'path'
import { Injectable } from '@angular/core'
import { HostAppService, Platform } from 'terminus-core'

View File

@ -28,6 +28,7 @@ export class WSLShellProvider extends ShellProvider {
command: wslPath,
env: {
TERM: 'xterm-color',
COLORTERM: 'truecolor',
}
}]
}