This commit is contained in:
Eugene Pankov 2017-08-04 14:41:36 +02:00
parent 1ef8343ea9
commit 36f82545ae
2 changed files with 4 additions and 4 deletions

View File

@ -230,7 +230,7 @@
) )
option( option(
*ngFor='let shell of shells', *ngFor='let shell of shells',
[ngValue]='shell.command' [ngValue]='shell.id'
) {{shell.name}} ) {{shell.name}}
.form-group .form-group

View File

@ -42,7 +42,7 @@ export class TerminalConfigProvider extends ConfigProvider {
[Platform.macOS]: { [Platform.macOS]: {
terminal: { terminal: {
font: 'Menlo', font: 'Menlo',
shell: '~default-shell~', shell: 'default',
persistence: 'screen', persistence: 'screen',
}, },
hotkeys: { hotkeys: {
@ -74,7 +74,7 @@ export class TerminalConfigProvider extends ConfigProvider {
[Platform.Windows]: { [Platform.Windows]: {
terminal: { terminal: {
font: 'Consolas', font: 'Consolas',
shell: '~clink~', shell: 'clink',
persistence: null, persistence: null,
}, },
hotkeys: { hotkeys: {
@ -105,7 +105,7 @@ export class TerminalConfigProvider extends ConfigProvider {
[Platform.Linux]: { [Platform.Linux]: {
terminal: { terminal: {
font: 'Liberation Mono', font: 'Liberation Mono',
shell: '~default-shell~', shell: 'default',
persistence: 'tmux', persistence: 'tmux',
}, },
hotkeys: { hotkeys: {