Starship (cross-shell prompt) error - (starship::utils): Executing command "elixir" timed out

I think it is fixed now – the bug in the link is merged.

Inside ~/.config/starship.toml add something like this:

command_timeout = 1000

then re-install / update starship:

sh -c "$(curl -fsSL https://starship.rs/install.sh)"
3 Likes