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:
parent
26e2c60265
commit
a71d9c0727
@ -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': [
|
||||
|
Loading…
Reference in New Issue
Block a user