Fix fishshell.com configuration link anchor (#759)

This commit is contained in:
James Hillyerd 2023-02-11 22:14:51 -08:00 committed by GitHub
parent 4cd902e63f
commit 5841ec0091
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,7 +114,7 @@ That will install **PatrickF1**/**fzf.fish**, remove /**home**/**jb**/**path**/*
## Creating a plugin
A plugin can be any number of files in a `functions`, `conf.d`, and `completions` directory. Most plugins consist of a single function, or [configuration snippet](https://fishshell.com/docs/current/index.html#configuration-files). This is what a typical plugin looks like.
A plugin can be any number of files in a `functions`, `conf.d`, and `completions` directory. Most plugins consist of a single function, or [configuration snippet](https://fishshell.com/docs/current/index.html#configuration). This is what a typical plugin looks like.
<pre>
<b>ponyo</b>