From dc7ada7a78b9d875fdf2266527b4134447a0172c Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Mon, 11 Oct 2021 00:58:16 +0900 Subject: [PATCH] Try a different place for link --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 94fa8c0..2b3e80b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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. @@ -9,7 +9,7 @@ Manage functions, completions, bindings, and snippets from the command line. Ext - Zero configuration out of the box. - 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 @@ -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 ``` -> #### πŸ‘‹ [Upgrading from Fisher 3.x or 2.x?](https://github.com/jorgebucaran/fisher/issues/652) - ## 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.