aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-05-01 15:30:47 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-05-01 16:56:21 +0800
commit5532e5aa8aba40de5f6065b7a44a2b81ffa5eece (patch)
tree906bd271aebbf78dcc2276c7b827137ea43db3f3 /doc_src
parent9cae8bf8a6e96488db49ff5991075e23a2435744 (diff)
docs: document pkg-config command for vendor_completions.d
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/index.hdr.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index b1fd8f3c..a557d9a1 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -381,7 +381,7 @@ Completions can be defined on the commandline or in a configuration file, but th
The default value for `$fish_complete_path` is `~/.config/fish/completions` `/etc/fish/completions` `/usr/share/fish/vendor_completions.d` `/usr/share/fish/completions` `~/.local/share/generated_completions`. (Some paths may be slightly different depending on where fish is installed). If a suitable file is found in one of these directories, it will be automatically loaded and the search will be stopped. The large number of directories searched may be confusing. It is to allow, respectively, user-specific completions, system-wide completions, completions installed by other packages, default completions that ship with fish, and finally, completions generated from manual pages. If you are unsure, put your completions in `~/.config/fish/completions`.
-If you have written new completions for a common Unix command, please consider sharing your work by submitting it via the instructions in <a href="#more-help">Further help and development</a>. If you are developing another program and would like to ship completions with your program, install them to `/usr/share/fish/vendor_completions.d`.
+If you have written new completions for a common Unix command, please consider sharing your work by submitting it via the instructions in <a href="#more-help">Further help and development</a>. If you are developing another program and would like to ship completions with your program, install them to `/usr/share/fish/vendor_completions.d` or similar directory. Systems using the `pkgconfig` framework can discover this path from the output of `pkg-config --variable completionsdir fish`.
\section expand Parameter expansion (Globbing)