about summary refs log tree commit homepage
path: root/examples/zsh-completion/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/zsh-completion/README')
-rw-r--r--examples/zsh-completion/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/zsh-completion/README b/examples/zsh-completion/README
new file mode 100644
index 0000000..89b3afd
--- /dev/null
+++ b/examples/zsh-completion/README
@@ -0,0 +1,3 @@
+To use the completion functions defined in this directory either: add
+the completions you wish to use to a directory in your $fpath, or add
+this directory's path to $fpath *prior* to calling compinit.