1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-14 05:10:59 +01:00

zig plugin

This commit is contained in:
Matheus C. França
2022-02-13 10:29:42 -03:00
committed by GitHub
parent d756224a4b
commit 6f64a8dd16

7
plugins/zig/README.md Normal file
View File

@@ -0,0 +1,7 @@
# zig
To use it, add `zig` to the plugins array in your zshrc file:
```zsh
plugins=(... zig)
```