docs/cli/en.md
mise enmise en [-s --shell <SHELL>] [DIR]src/cli/en.rsStarts a new shell with the mise environment built from the current configuration
This is an alternative to mise activate that allows you to explicitly start a mise session.
It will have the tools and environment variables in the configs loaded.
Note that changing directories will not update the mise environment.
[DIR]Directory to start the shell in
Default: .
-s --shell <SHELL>Shell to start
Defaults to $SHELL
Examples:
$ mise en .
$ node -v
v20.0.0
Skip loading bashrc:
$ mise en -s "bash --norc"
Skip loading zshrc:
$ mise en -s "zsh -f"