aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Markus Lachinger <business@mmlac.com>2017-01-24 10:59:04 +0000
committerGravatar Laszlo Csomor <laszlocsomor@google.com>2017-01-24 12:20:34 +0000
commitec5837de94117515d89c5f172d73b4f9a5fc8a36 (patch)
tree761cffd4b64b834b4081b636ed732ccd0ce7721c
parent2fabee2d329a0fa4bd69cf2c1fc82b74d17ed744 (diff)
Added zsh autocomplete hint for compdump reinit
Change-Id: Idd5bb62371be8ba5c02f3d5352ce9577251049d0 Closes #2340. -- Change-Id: Idd5bb62371be8ba5c02f3d5352ce9577251049d0 Reviewed-on: https://github.com/bazelbuild/bazel/pull/2340 PiperOrigin-RevId: 145395969 MOS_MIGRATED_REVID=145395969
-rw-r--r--site/versions/master/docs/install.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/site/versions/master/docs/install.md b/site/versions/master/docs/install.md
index fe4194d00c..0a6f9e5b0c 100644
--- a/site/versions/master/docs/install.md
+++ b/site/versions/master/docs/install.md
@@ -311,6 +311,9 @@ Bazel also comes with a zsh completion script. To install it:
cp scripts/zsh_completion/_bazel ~/.zsh/completion
```
+ You may have to call `rm -f ~/.zcompdump; compinit`
+ the first time to make it work.
+
2. Optionally, add the following to your .zshrc.
```