This commit is contained in:
rezzect 2024-05-08 14:35:20 -07:00
parent 77008987ab
commit b8f828f534

View File

@ -86,8 +86,8 @@ installOhMyPosh() {
return
fi
if ! sudo curl -sS https://starship.rs/install.sh | sh; then
echo -e "${RED}Something went wrong during starship install!${RC}"
if ! sudo curl -sS https://ohmyposh.dev/install.sh | sh; then
echo -e "${RED}Something went wrong during Oh My Posh install!${RC}"
exit 1
fi
}