1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-30 09:40:09 +00: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)
```