mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-13 21:00:57 +01:00
8 lines
99 B
Markdown
8 lines
99 B
Markdown
# zig
|
|
|
|
To use it, add `zig` to the plugins array in your zshrc file:
|
|
|
|
```zsh
|
|
plugins=(... zig)
|
|
```
|