From 49af269100c42776df4551911a168947570aad66 Mon Sep 17 00:00:00 2001 From: Prasanna Swaminathan Date: Tue, 4 Jun 2024 02:38:02 -0400 Subject: [PATCH] feat(Plugins-Overview): add bazel (#57) --- Plugins-Overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins-Overview.md b/Plugins-Overview.md index 0225cad..2b1b228 100644 --- a/Plugins-Overview.md +++ b/Plugins-Overview.md @@ -87,6 +87,7 @@ | Name | Description | | ------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | | [ant](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ant) | Java build tool https://ant.apache.org/ | +| [bazel](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/bazel) | Completions and aliases for [Bazel build system](https://bazel.build) | | [bower](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/bower) | Front-end package manager https://github.com/bower/bower | | [cabal](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cabal) | Haskell package manager https://www.haskell.org/cabal/ | | [cake](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cake) | Cake build tool |