Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix `mamba init --no-user` This merge makes changes similar to conda/conda#11949 to fix `mamba init` so that the `--no-user` flag actually has the intended effect of not changing a user's `.bashrc` or equivalent. Without this change, `--no-user` has no effect as was previously the case in conda, see: conda/conda#11948 * Fix for conda < 23.1.0 * Revert back to old code when `args.no_user` present This is still broken with the `--no-user`, as noted, but at least newer versions of conda (>=23.1.0) will work as expected.
- Loading branch information