mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-13 04:40:59 +01:00
10 lines
226 B
Markdown
10 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)
|
|
```
|