merge method
the other object takes precedence, vars are added
Implementation
void merge(ShellEnvironmentVars other) {
addAll(other);
}
the other object takes precedence, vars are added
void merge(ShellEnvironmentVars other) {
addAll(other);
}