Skip to content

Add the source-sh to improve compatibility with POSIX environments

AdminXVII requested to merge AdminXVII/ion:source-sh into master

Many tools rely on the current shell being a POSIX shell to set environments (ex: Nix). Add the source-sh builtin which spawns the sh shell, and then sync the new environment variables.

Also, a update the new fmt

Merge request reports