mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-09-21 18:46:06 +02:00
`mix test <TAB>` and `mix run <TAB>` offered every file in the tree. Narrow them to test files (including umbrella apps) and to .ex/.exs respectively. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Mix plugin
This plugin adds completions for the Elixir's Mix build tool.
To use it, add mix to the plugins array in your zshrc file:
plugins=(... mix)
Supported Task Types
| Task Type | Documentation |
|---|---|
| Elixir | Elixir Lang |
| Phoenix v1.2.1 and below | Phoenix |
| Phoenix v1.3.0 and above | Phoenix |
| Ecto | Ecto |
| Hex | Hex |
| Nerves | Nerves |
| mix_test_watch | mix_test_watch |