From 4a7973ea6110ba83593eb312e53439ca96c67994 Mon Sep 17 00:00:00 2001 From: Erez Zukerman Date: Tue, 13 Sep 2016 10:25:17 -0400 Subject: [PATCH] Removes fin from the readme If you go to the [fin repo](https://github.com/fisherman/fin) you'll see that it isn't a node version manager, but simply a plugin manager for Fish. Seems out of scope for the readme, and there are other plugin solutions for fish as well. I suggest removing the reference. --- README.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/README.markdown b/README.markdown index efc3a2a..aa77fef 100644 --- a/README.markdown +++ b/README.markdown @@ -11,7 +11,6 @@ Note: `nvm` does not support Windows (see [#284](https://github.com/creationix/n Note: `nvm` does not support [Fish] either (see [#303](https://github.com/creationix/nvm/issues/303)). Alternatives exist, which are neither supported nor developed by us: - [bass](https://github.com/edc/bass) allows you to use utilities written for Bash in fish shell - [fast-nvm-fish](https://github.com/brigand/fast-nvm-fish) only works with version numbers (not aliases) but doesn't significantly slow your shell startup - - [fin](https://github.com/fisherman/fin) is a pure fish node version manager for fish shell - [plugin-nvm](https://github.com/derekstavis/plugin-nvm) plugin for [Oh My Fish](https://github.com/oh-my-fish/oh-my-fish), which makes nvm and its completions available in fish shell