commit | ec5837de94117515d89c5f172d73b4f9a5fc8a36 | [log] [tgz] |
---|---|---|
author | Markus Lachinger <business@mmlac.com> | Tue Jan 24 10:59:04 2017 +0000 |
committer | Laszlo Csomor <laszlocsomor@google.com> | Tue Jan 24 12:20:34 2017 +0000 |
tree | 761cffd4b64b834b4081b636ed732ccd0ce7721c | |
parent | 2fabee2d329a0fa4bd69cf2c1fc82b74d17ed744 [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
diff --git a/site/versions/master/docs/install.md b/site/versions/master/docs/install.md index fe4194d..0a6f9e5 100644 --- a/site/versions/master/docs/install.md +++ b/site/versions/master/docs/install.md
@@ -311,6 +311,9 @@ 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. ```