Fish Nvm Versions Save

nvm wrapper for fish-shell

1.4.4

1 year ago

BUGFIXES:

  • use type -fP instead of which #64

1.4.3

2 years ago

BUGFIXES:

  • export NVM_HAS_RUN to subshells when running nvm install or nvm use #60

1.4.2

3 years ago

Minor fix for fish 3.2.0 around type function

1.4.1

3 years ago

Fixes nvm_alias_command when running with no arguments Adds fundle instructions to the README file

1.4.0

4 years ago

Fixes $PATH on OSX when using sub shells

1.3.1

4 years ago

Fixes error swallowing when using .nvmrc

When a .nvmrc exists in the folder with a version that it's not installed. fish-nvm swallows the error and says that command (node,npm,npx,etc) is not installed.

1.3.0

5 years ago

Since version 11.10.*, fish-nvm has broken node REPL

1.2.0

5 years ago
  • fix a recursion bug, when we create an alias command that hasn't been installed (#33)

1.1.1

5 years ago

Documentation update

v1.1.0

5 years ago

Minor fix on the function nvm_alias_command