mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Update README to clarify command selection logic
Added explanation that the plugin automatically chooses between the legacy `docker-compose` command and the modern `docker compose` subcommand, preferring `docker-compose` when both are available.
This commit is contained in:
parent
136298e110
commit
2b38a8b039
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
This plugin provides completion for [docker-compose](https://docs.docker.com/compose/) as well as some
|
This plugin provides completion for [docker-compose](https://docs.docker.com/compose/) as well as some
|
||||||
aliases for frequent docker-compose commands.
|
aliases for frequent docker-compose commands.
|
||||||
|
This plugin chooses automatically between the legacy `docker-compose` command and the modern
|
||||||
|
`docker compose` subcommand, preferring `docker-compose` when both are available.
|
||||||
|
|
||||||
To use it, add docker-compose to the plugins array of your zshrc file:
|
To use it, add docker-compose to the plugins array of your zshrc file:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue