diff options
author | nishanthps-cai <123212871+nishanthps-cai@users.noreply.github.com> | 2023-10-17 00:55:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-17 09:55:05 +0200 |
commit | 96c976637a4112e1e72a1a449ac51d78acc67597 (patch) | |
tree | 90e9d3ab4e355f29b5c3c92dd2eddc8c184c1a40 | |
parent | f93976875133409297be864ce94d50f20a9bc18d (diff) | |
download | zsh-96c976637a4112e1e72a1a449ac51d78acc67597.tar.gz zsh-96c976637a4112e1e72a1a449ac51d78acc67597.tar.bz2 zsh-96c976637a4112e1e72a1a449ac51d78acc67597.zip |
feat(bazel): use completion also for bazelisk (#11984)
-rw-r--r-- | plugins/bazel/_bazel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bazel/_bazel b/plugins/bazel/_bazel index c34c572b0..ea1f4cace 100644 --- a/plugins/bazel/_bazel +++ b/plugins/bazel/_bazel @@ -1,4 +1,4 @@ -#compdef bazel +#compdef bazel bazelisk # Copyright 2015 The Bazel Authors. All rights reserved. # |