Back to Mise

`mise en`

docs/cli/en.md

2026.8.12857 B
Original Source
<!-- @generated by usage-cli from usage spec -->

mise en

  • Usage: mise en [-s --shell <SHELL>] [DIR]
  • Source code: src/cli/en.rs

Starts 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.

Arguments

  • [DIR] — Directory to start the shell in

    Default: .

Flags

  • -s --shell <SHELL> — Shell to start

    Defaults to $SHELL

  • -h --help — Print help

Examples:

$ mise en .
$ node -v
v20.0.0

Skip loading bashrc:
$ mise en -s "bash --norc"

Skip loading zshrc:
$ mise en -s "zsh -f"