Skip to content

mise tool-alias unset

  • Usage: mise tool-alias unset <TOOL> [ALIAS]
  • Aliases: rm, remove, delete, del
  • Effect: modifies state
  • Source code: src/cli/tool_alias/unset.rs

Clear an alias for a tool/backend

This modifies the contents of ~/.config/mise/config.toml

Arguments

  • <TOOL> — The tool/backend to remove the alias from
  • [ALIAS] — The alias to remove

Flags

  • -h --help — Print help

Examples

mise tool-alias unset ripgrep
mise tool-alias unset node project
MIT LicenseCopyright © 2026jdx.dev