diff --git a/doc_src/faq.rst b/doc_src/faq.rst index fc314c74b..defce4a29 100644 --- a/doc_src/faq.rst +++ b/doc_src/faq.rst @@ -352,14 +352,3 @@ If you installed it with a package manager, just use that package manager's unin rm /usr/local/share/man/man1/fish*.1 cd /usr/local/bin rm -f fish fish_indent - -Where can I find extra tools for fish? --------------------------------------- -The fish user community extends fish in unique and useful ways via scripts that aren't always appropriate for bundling with the fish package. Typically because they solve a niche problem unlikely to appeal to a broad audience. You can find those extensions, including prompts, themes and useful functions, in various third-party repositories. These include: - -- `Fisher `_ -- `Fundle `_ -- `Oh My Fish `_ -- `Tacklebox `_ - -This is not an exhaustive list and the fish project has no opinion regarding the merits of the repositories listed above or the scripts found therein.