docs/cli/en.md
mise enmise en [-s --shell <SHELL>] [DIR]src/cli/en.rsStart a new shell with the mise environment built from the current configuration
This is an alternative to mise activate for starting a mise session explicitly.
The new shell has the tools and environment variables from the config loaded.
Unlike an activated shell, changing directories does not update the environment.
[DIR] — Directory to start the shell in
Default: .
-s --shell <SHELL> — Shell to start
Defaults to $SHELL
-h --help — Print help
Start a shell and check node. Example output: v20.0.0.
mise en .
node -v
Skip loading bashrc.
mise en -s "bash --norc"
Skip loading zshrc.
mise en -s "zsh -f"