diff --git a/terminus-terminal/src/components/shellSettingsTab.component.ts b/terminus-terminal/src/components/shellSettingsTab.component.ts index f3c7a0cd..1d509d05 100644 --- a/terminus-terminal/src/components/shellSettingsTab.component.ts +++ b/terminus-terminal/src/components/shellSettingsTab.component.ts @@ -45,10 +45,8 @@ export class ShellSettingsTabComponent { name: shell.name, sessionOptions: this.terminalService.optionsFromShell(shell), } - this.profiles.push(profile) this.config.store.terminal.profiles.push(profile) this.config.save() - this.editProfile(profile) } editProfile (profile: Profile) {