1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-22 11:52:03 +03:00

fixed default profile names

This commit is contained in:
Eugene Pankov 2021-07-04 13:47:54 +02:00
parent 26e2c60265
commit a71d9c0727
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -24,8 +24,7 @@ export class TerminalConfigProvider extends ConfigProvider {
platformDefaults = {
[Platform.macOS]: {
terminal: {
shell: 'default',
profile: 'local:user-default',
profile: 'local:default',
},
hotkeys: {
'new-tab': [
@ -35,7 +34,6 @@ export class TerminalConfigProvider extends ConfigProvider {
},
[Platform.Windows]: {
terminal: {
shell: 'clink',
profile: 'local:cmd-clink',
},
hotkeys: {
@ -46,8 +44,7 @@ export class TerminalConfigProvider extends ConfigProvider {
},
[Platform.Linux]: {
terminal: {
shell: 'default',
profile: 'local:user-default',
profile: 'local:default',
},
hotkeys: {
'new-tab': [