You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: does argument expansion and retains the side effects.
A common usage is to define default values of environment variables, e.g. : "${VARIABLE:="default"}".
It seems this is only recognised as variable reference at the moment. It would be nice to treat them as definitions as well.