move terminal-tab to use .profile

This commit is contained in:
Eugene Pankov
2021-07-13 21:47:06 +02:00
parent 9d224cbce2
commit ca9f11484c
8 changed files with 69 additions and 45 deletions

View File

@@ -8,7 +8,6 @@ import { LoginScriptProcessor, LoginScriptsOptions } from './api/loginScriptProc
*/
export abstract class BaseSession {
open: boolean
name: string
truePID: number
protected output = new Subject<string>()
protected binaryOutput = new Subject<Buffer>()