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(
*ngFor='let shell of shells',
[ngValue]='shell.command'
[ngValue]='shell.id'
) {{shell.name}}
.form-group

View File

@ -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: {