Back to Mise

`mise deactivate`

docs/cli/deactivate.md

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

mise deactivate

Print the script to disable mise in the current shell session

The shell function installed by activation evaluates this output in supported shells. When calling the executable directly, evaluate or source its output with the appropriate shell syntax. This does not remove the startup-file line; new shells will activate mise again.

Flags

  • -h --help — Print help

Examples

Bash or Zsh, calling the executable rather than the activation function

eval "$(command mise deactivate)"

Fish

command mise deactivate | source
<!-- generated reference navigation -->