From 48c414fa09015f2f11d3b53302d1519ed82538fd Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Sat, 6 Mar 2021 00:21:43 +0900 Subject: [PATCH] The devil is in the details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd13402..be3b8ff 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ 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. -- Zero configuration out of the box. Need to tweak a thing? [You can do that too](#using-your-fish_plugins-file). - 100% _pure_-Fish—easy to contribute to or modify. - Blazing fast concurrent plugin downloads. +- Zero configuration out of the box. - Oh My Fish! plugin support. -Looking for plugins? Browse [git.io/awsm.fish](https://git.io/awesome.fish) or [search](https://github.com/topics/fish-plugins) [on](https://github.com/topics/fish-package) [GitHub](https://github.com/topics/fish-plugin). +> #### 💁 [Looking for plugins?](https://git.io/awesome.fish) ## Installation @@ -45,7 +45,7 @@ You can install plugins from a local directory too. fisher install ~/path/to/plugin ``` -> Fisher expands plugins into your Fish configuration directory by default, overwriting existing files. If you wish to change this behavior, set `$fisher_path` to your preferred location and put it in your function path (#640). +> Fisher expands plugins into your Fish configuration directory by default, overwriting existing files. If you wish to change this behavior, set `$fisher_path` to your preferred location and put it in your function path ([#640](https://github.com/jorgebucaran/fisher/issues/640)). ### Listing plugins