提交 36f82545 编写于 作者: E Eugene Pankov

fixed #155

上级 1ef8343e
......@@ -230,7 +230,7 @@
)
option(
*ngFor='let shell of shells',
[ngValue]='shell.command'
[ngValue]='shell.id'
) {{shell.name}}
.form-group
......
......@@ -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: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册