diff --git a/terminus-terminal/src/shells/macDefault.ts b/terminus-terminal/src/shells/macDefault.ts index 4f37c039..b7456d67 100644 --- a/terminus-terminal/src/shells/macDefault.ts +++ b/terminus-terminal/src/shells/macDefault.ts @@ -33,10 +33,6 @@ export class MacOSDefaultShellProvider extends ShellProvider { private async getDefaultShellCached () { if (!this.cachedShell) { this.cachedShell = await this.getDefaultShell() - } else { - this.getDefaultShell().then(shell => { - this.cachedShell = shell - }) } return this.cachedShell! }