@eminent337/aery 0.1.27 → 0.1.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -442,10 +442,10 @@ export class InteractiveMode {
442
442
  const cwdBasename = path.basename(this.sessionManager.getCwd());
443
443
  const sessionName = this.sessionManager.getSessionName();
444
444
  if (sessionName) {
445
- this.ui.terminal.setTitle(`🌊 aery - ${sessionName} - ${cwdBasename}`);
445
+ this.ui.terminal.setTitle(`⌬ aery - ${sessionName} - ${cwdBasename}`);
446
446
  }
447
447
  else {
448
- this.ui.terminal.setTitle(`🌊 aery - ${cwdBasename}`);
448
+ this.ui.terminal.setTitle(`⌬ aery - ${cwdBasename}`);
449
449
  }
450
450
  }
451
451
  /**