Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,11 @@ mise supports multiple backends for installing tools from different sources:

## Other Terms

**Aliases**
: Alternative names for tool versions, allowing shortcuts like `lts` for Node.js LTS versions. See [Tool Aliases](/dev-tools/aliases).
**Tool Aliases**
: Alternative names for tool backends or tool versions, managed via `mise tool-alias` or the `[tool_alias]` config section. Backend aliases let a short name like `node` point to a custom backend. Version aliases let symbolic names like `lts-iron` map to a concrete version number. See [Tool Aliases](/dev-tools/aliases).
Comment thread
thernstig marked this conversation as resolved.

**Shell Aliases**
: Shell command aliases (e.g. `ll = "ls -la"`) defined in the `[shell_alias]` config section and managed via `mise shell-alias`. They are set dynamically when entering a directory and unset when leaving it, similar to environment variables. Supported in bash, zsh, and fish. See [Shell Aliases](/shell-aliases).
Comment thread
thernstig marked this conversation as resolved.
Outdated
Comment thread
thernstig marked this conversation as resolved.
Outdated

**direnv**
: An external tool for environment management that mise can work alongside. See [direnv integration](/direnv).
Expand Down
Loading