mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
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.
This commit is contained in:
parent
2fa2b802c9
commit
bec8e8df05
1 changed files with 0 additions and 11 deletions
|
@ -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 <https://github.com/jorgebucaran/fisher>`_
|
||||
- `Fundle <https://github.com/tuvistavie/fundle>`_
|
||||
- `Oh My Fish <https://github.com/oh-my-fish/oh-my-fish>`_
|
||||
- `Tacklebox <https://github.com/justinmayer/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.
|
||||
|
|
Loading…
Reference in a new issue