Compare commits

...

2 Commits

Author SHA1 Message Date
JEEVITHA KANNAN K S
5a60651688
Merge 381d6adb3f into e3688e9b3d 2024-10-25 16:24:54 +02:00
JEEVITHA KANNAN K S
381d6adb3f
Update mybash-setup.sh 2024-10-13 18:18:06 +05:30

View File

@ -54,7 +54,7 @@ installStarshipAndFzf() {
return
fi
if ! curl -sSL https://starship.rs/install.sh | sh; then
if ! curl -sSL https://starship.rs/install.sh | "$ESCALATION_TOOL" sh; then
printf "%b\n" "${RED}Something went wrong during starship install!${RC}"
exit 1
fi