Try a different place for link

This commit is contained in:
Jorge Bucaran 2021-10-11 00:58:16 +09:00
parent c220662604
commit dc7ada7a78
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -1,6 +1,6 @@
# Fisher # Fisher
> A plugin manager for [Fish](https://fishshell.com)—the friendly interactive shell. > A plugin manager for [Fish](https://fishshell.com)—the friendly interactive shell. [Looking for plugins?](https://git.io/awesome.fish)
Manage functions, completions, bindings, and snippets from the command line. Extend your shell capabilities, change the look of your prompt and create repeatable configurations across different systems effortlessly. Manage functions, completions, bindings, and snippets from the command line. Extend your shell capabilities, change the look of your prompt and create repeatable configurations across different systems effortlessly.
@ -9,7 +9,7 @@ Manage functions, completions, bindings, and snippets from the command line. Ext
- Zero configuration out of the box. - Zero configuration out of the box.
- Oh My Fish! plugin support. - Oh My Fish! plugin support.
> #### 💁 [Looking for plugins?](https://git.io/awesome.fish) > #### 👋 [Upgrading from Fisher 3.x or 2.x?](https://github.com/jorgebucaran/fisher/issues/652)
## Installation ## Installation
@ -17,8 +17,6 @@ Manage functions, completions, bindings, and snippets from the command line. Ext
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
``` ```
> #### 👋 [Upgrading from Fisher 3.x or 2.x?](https://github.com/jorgebucaran/fisher/issues/652)
## Quickstart ## Quickstart
You can install, update, and remove plugins interactively with Fisher, taking advantage of Fish [tab completion](https://fishshell.com/docs/current/index.html#completion) and rich syntax highlighting. You can install, update, and remove plugins interactively with Fisher, taking advantage of Fish [tab completion](https://fishshell.com/docs/current/index.html#completion) and rich syntax highlighting.