Skip to content

Commit

Permalink
Reduce noise from starship installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmena1 committed Mar 15, 2024
1 parent 579b636 commit adf6ae3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
bot "Checking starship prompt..."
if ! _exists starship ; then
action "curl -sS https://starship.rs/install.sh | sh -s -- -y"
curl -sS https://starship.rs/install.sh | sh -s -- -y
curl -sS https://starship.rs/install.sh | sh -s -- -y > /dev/null
else
ok "Starship already installed!"
fi
Expand Down

0 comments on commit adf6ae3

Please sign in to comment.