diff --git a/tabby-local/src/config.ts b/tabby-local/src/config.ts index d2403154..6d95ad5d 100644 --- a/tabby-local/src/config.ts +++ b/tabby-local/src/config.ts @@ -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': [