Back to Mise

`mise shell-alias set`

docs/cli/shell-alias/set.md

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

mise shell-alias set

Add/update a shell alias

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

Arguments

<shell_alias>

The alias name

[COMMAND]

The command to run (optional if provided as ALIAS=COMMAND)

Examples:

mise shell-alias set ll "ls -la"
mise shell-alias set gs "git status"