1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-26 00:03:29 +02:00

feat(fig): add plugin for Fig (#10432)

This commit is contained in:
Marco Franssen
2022-01-18 20:57:07 +01:00
committed by GitHub
parent 957dca698c
commit cddf1b6982
2 changed files with 22 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Fig plugin
This plugin sets up completion for [Fig](https://fig.io/).
To use it, add `fig` to the plugins array in your zshrc file:
```zsh
plugins=(... fig)
```