# Functions
DefaultEnvVariables returns a default environment, with $PATH and $TERM set.
Join joins the two environment maps with override overriding base.
ParseFile parses the specified path for environment variables and returns them as a map.
ParseSlice parses the specified slice and transforms it into an environment map.
Slice transforms the specified map of environment variables into a slice.