mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
9 lines
226 B
Markdown
9 lines
226 B
Markdown
# Cartridge
|
|
|
|
This plugin provides completion for Tarantool [cartridge](https://www.tarantool.io/en/cartridge/) commands.
|
|
|
|
To use it add `cartridge` to the plugins array in your .zshrc file.
|
|
|
|
```zsh
|
|
plugins=(... cartridge)
|
|
```
|