mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 03:51:20 -03:00
docs: fix location of generated_completions (#3010)
(cherry picked from commit 100eef4e42)
This commit is contained in:
committed by
Fabian Homborg
parent
c1e15ef084
commit
4efd0dfd65
@@ -396,7 +396,7 @@ By default, Fish searches the following for completions, using the first availab
|
||||
- A directory for systems administrators to install completions for all users on the system, usually `/etc/fish/completions`;
|
||||
- A directory for third-party software vendors to ship their own completions for their software, usually `/usr/share/fish/vendor_completions.d`;
|
||||
- The completions shipped with fish, usually installed in `/usr/share/fish/completions`; and
|
||||
- Completions automatically generated from the operating system's manual, usually stored in `~/.local/share/generated_completions`.
|
||||
- Completions automatically generated from the operating system's manual, usually stored in `~/.local/share/fish/generated_completions`.
|
||||
|
||||
These paths are controlled by parameters set at build, install, or run time, and may vary from the defaults listed above.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user