From 36f82545ae3cc65270b3552e8e594d6b50cda697 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Fri, 4 Aug 2017 14:41:36 +0200 Subject: [PATCH] fixed #155 --- .../src/components/terminalSettingsTab.component.pug | 2 +- terminus-terminal/src/config.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/terminus-terminal/src/components/terminalSettingsTab.component.pug b/terminus-terminal/src/components/terminalSettingsTab.component.pug index dc450f99..da2404fb 100644 --- a/terminus-terminal/src/components/terminalSettingsTab.component.pug +++ b/terminus-terminal/src/components/terminalSettingsTab.component.pug @@ -230,7 +230,7 @@ ) option( *ngFor='let shell of shells', - [ngValue]='shell.command' + [ngValue]='shell.id' ) {{shell.name}} .form-group diff --git a/terminus-terminal/src/config.ts b/terminus-terminal/src/config.ts index 2dda8a57..fa5ec0f1 100644 --- a/terminus-terminal/src/config.ts +++ b/terminus-terminal/src/config.ts @@ -42,7 +42,7 @@ export class TerminalConfigProvider extends ConfigProvider { [Platform.macOS]: { terminal: { font: 'Menlo', - shell: '~default-shell~', + shell: 'default', persistence: 'screen', }, hotkeys: { @@ -74,7 +74,7 @@ export class TerminalConfigProvider extends ConfigProvider { [Platform.Windows]: { terminal: { font: 'Consolas', - shell: '~clink~', + shell: 'clink', persistence: null, }, hotkeys: { @@ -105,7 +105,7 @@ export class TerminalConfigProvider extends ConfigProvider { [Platform.Linux]: { terminal: { font: 'Liberation Mono', - shell: '~default-shell~', + shell: 'default', persistence: 'tmux', }, hotkeys: {