allow specifying a custom startup directory (fixes #223)

This commit is contained in:
Eugene Pankov
2017-10-23 21:54:40 +02:00
parent 33f67503bd
commit 8d12d6a547
4 changed files with 54 additions and 36 deletions

View File

@@ -13,6 +13,7 @@ export class TerminalConfigProvider extends ConfigProvider {
cursor: 'block',
cursorBlink: true,
customShell: '',
workingDirectory: '',
colorScheme: {
__nonStructural: true,
name: 'Material',