From bec8e8df05ad067b977ef855a41e04788fd4a652 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Thu, 25 May 2023 17:43:45 +0200 Subject: [PATCH] docs/faq: Remove external tools This was always extremely weasel-wordy and I have no idea which one here is a good choice. OMF is basically inactive at this point, so we might be doing people a disservice by linking to it. --- doc_src/faq.rst | 11 ----------- 1 file changed, 11 deletions(-) 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.