dot_files/dot_oh-my-zsh/plugins/bazel
Viktor Barzin 58ef6d327f initial
2025-11-22 22:51:27 +00:00
..
_bazel initial 2025-11-22 22:51:27 +00:00
README.md initial 2025-11-22 22:51:27 +00:00

Bazel plugin

This plugin adds completion for bazel, an open-source build and test tool that scalably supports multi-language and multi-platform projects.

To use it, add bazel to the plugins array in your zshrc file:

plugins=(... bazel)

The plugin has a copy of the completion script from the git repository.