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
Sometimes you need to delete an environment variable completely (just setting it to the empty string isn't enough). It'd be great if one could do something like:
$config->unset( 'FOO' );
which would translate into unset FOO, ( or unsetenv FOO for csh/tcsh).