mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
feat(arduino-cli): add plugin for arduino-cli tool
This commit is contained in:
parent
a87e9c715b
commit
b81599321e
2 changed files with 22 additions and 0 deletions
8
plugins/arduino-cli/README.md
Normal file
8
plugins/arduino-cli/README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Arduino CLI plugin
|
||||
|
||||
This plugin adds completion for the [arduino-cli](https://github.com/arduino/arduino-cli) tool.
|
||||
To use it, add `arduino-cli` to the plugins array in your zshrc file:
|
||||
|
||||
```zsh
|
||||
plugins=(... arduino-cli)
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue