From 25a9f3fd7d0c15d147432fbb13622e3393f79695 Mon Sep 17 00:00:00 2001 From: Juha Uotila <10782843+inffy@users.noreply.github.com> Date: Wed, 18 Feb 2026 12:32:26 +0200 Subject: [PATCH] fix: starship in zsh should fix https://github.com/get-aurora-dev/common/issues/111 --- system_files/shared/etc/zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system_files/shared/etc/zsh/zshrc b/system_files/shared/etc/zsh/zshrc index b363bee..c22ec73 100644 --- a/system_files/shared/etc/zsh/zshrc +++ b/system_files/shared/etc/zsh/zshrc @@ -209,9 +209,11 @@ fi # Starship if type "starship" > /dev/null; then + unset STARSHIP_SHELL eval "$(starship init zsh)" fi + ##################### # User configuration #####################