You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eval "$(starship init zsh)" at files/zsh/zshrc:85 has no command -v starship guard. Every other tool in zshrc is guarded; this one is not. Fix: command -v starship &>/dev/null && eval "$(starship init zsh)".
eval "$(starship init zsh)"atfiles/zsh/zshrc:85 has nocommand -v starshipguard. Every other tool in zshrc is guarded; this one is not. Fix:command -v starship &>/dev/null && eval "$(starship init zsh)".