unisonweb / unison

A friendly programming language from the future
https://unison-lang.org
Other
5.81k stars 271 forks source link

Add indicator to prompt when on staging #5458

Open ChrisPenner opened 3 days ago

ChrisPenner commented 3 days ago

Overview

Recently Stew accidentally left an env var linking his UCM to staging, then did a bunch of work against an old HEAD from staging rather than prod, and since we don't have rebase-ing it was a lot of wasted work :'(

This just adds an indicator to the prompt when you're on a non-standard remote.

Everything stays exactly the same unless you have a custom UNISON_SHARE_HOST

Screenshot 2024-11-18 at 7 56 32 PM

Implementation notes

Check if we're on a non-standard share and show the additional prompt.