Back to Mise

`mise shell-alias ls`

docs/cli/shell-alias/ls.md

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

mise shell-alias ls

List shell aliases

Shows the shell aliases that are set in the current directory. These are defined in mise.toml under the [shell_alias] section.

Flags

--no-header

Don't show table header

Examples:

$ mise shell-alias ls
alias    command
ll       ls -la
gs       git status