mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-21 11:59:53 +00:00
fixed #155
This commit is contained in:
parent
1ef8343ea9
commit
36f82545ae
@ -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
|
||||||
|
@ -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: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user