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
{{ message }}
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.
Right now, credulous emits statements to set environment variables in bash/zsh -- the shells are widespread, but not the only ones in use.
We should also support a range of other popular shells, in a way that makes it easy to extend the syntaxes we emit.
At first glance, we should probably also handle:
export FOO=bar
syntax)Actually, supporting bash/zsh/vanilla Bourne/ash etc could be done by just changing the emitted text to be:
instead of:
because that syntax is supported by all the bourne-originated shells.
The text was updated successfully, but these errors were encountered: