mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-19 06:36:05 +00:00
move terminal-tab to use .profile
This commit is contained in:
@@ -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>()
|
||||
|
Reference in New Issue
Block a user