zsh-mise
April 21, 2026 ยท View on GitHub
Zsh plugin for mise that adds mise shims to your PATH.
Uses the shims strategy so that tools are available in non-interactive shells
(e.g. Emacs exec-path-from-shell).
Installation
Zim
Add to your ~/.zimrc:
zmodule cowboyd/zsh-mise
Then run zimfw install.
Manual
Source the plugin in your .zshrc:
source /path/to/zsh-mise/zsh-mise.plugin.zsh
What it does
- Installs mise if it isn't already installed
- Adds
~/.local/share/mise/shimsto yourPATH