Skip to content

Commit

Permalink
update convox racks
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed May 30, 2024
1 parent 1bbc03c commit 4ee6309
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ disabled = true
[custom.convox]
command = """
set -l CONVOX_CURRENT (cat "$HOME/Library/Preferences/convox/current" | jq -r .name)
if test "$CONVOX_CURRENT" = "docspring-staging"; then
if test "$CONVOX_CURRENT" = "staging"; then
echo "Staging 🚧"
else if test "$CONVOX_CURRENT" = "production-v3"; then
else if test "$CONVOX_CURRENT" = "us"; then
echo "US 🇺🇸"
else if test "$CONVOX_CURRENT" = "europe-v3"; then
else if test "$CONVOX_CURRENT" = "eu"; then
echo "EU 🇪🇺"
end
"""
Expand Down

0 comments on commit 4ee6309

Please sign in to comment.