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
Currently, calling wcwc shell produces a fresh shell environment irrespective of the calling shell environment.
An option should be added, eg wcwc shell --forward to forward the calling shell environment variables. Care is needed how to merge the calling environment and the one produced by wcwc shell. Eg, new PATH entries should be appended but only if not already present.
This option should be off by default to encourage cleanliness.
A WCWC_SHELL_FORWARD environment may be set to provide the value of this option.
The text was updated successfully, but these errors were encountered:
Currently, calling
wcwc shell
produces a fresh shell environment irrespective of the calling shell environment.An option should be added, eg
wcwc shell --forward
to forward the calling shell environment variables. Care is needed how to merge the calling environment and the one produced bywcwc shell
. Eg, newPATH
entries should be appended but only if not already present.This option should be off by default to encourage cleanliness.
A
WCWC_SHELL_FORWARD
environment may be set to provide the value of this option.The text was updated successfully, but these errors were encountered: