summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Niklas Hasse <jhasse@bixense.com>2018-11-02 08:20:28 (GMT)
committerGitHub <noreply@github.com>2018-11-02 08:20:28 (GMT)
commitf6971c9139ac4312749e2043ad26258d5070d76b (patch)
tree27b19a96b1ae5ccfd6518f20907077af49e7193e
parent3400ae9f21a1fe81e6d180a160f57097a7d60b3d (diff)
parent957d1990b6eb83e27127e725864dac8c4c9b652b (diff)
downloadNinja-f6971c9139ac4312749e2043ad26258d5070d76b.zip
Ninja-f6971c9139ac4312749e2043ad26258d5070d76b.tar.gz
Ninja-f6971c9139ac4312749e2043ad26258d5070d76b.tar.bz2
Merge pull request #1472 from Hi-Angel/master
Fix wrong description of script installation
-rw-r--r--misc/zsh-completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/zsh-completion b/misc/zsh-completion
index bf23fac..4cee3b8 100644
--- a/misc/zsh-completion
+++ b/misc/zsh-completion
@@ -14,7 +14,7 @@
# limitations under the License.
# Add the following to your .zshrc to tab-complete ninja targets
-# . path/to/ninja/misc/zsh-completion
+# fpath=(path/to/ninja/misc/zsh-completion $fpath)
__get_targets() {
dir="."