diff --git a/plugins/zig/README.md b/plugins/zig/README.md new file mode 100644 index 000000000..96af3f684 --- /dev/null +++ b/plugins/zig/README.md @@ -0,0 +1,7 @@ +# zig + +To use it, add `zig` to the plugins array in your zshrc file: + +```zsh +plugins=(... zig) +```