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 #####################