plugin-nvm icon indicating copy to clipboard operation
plugin-nvm copied to clipboard

Node version manager wrapper for Fish shell

Results 8 plugin-nvm issues
Sort by recently updated
recently updated
newest added

Currently, I was dealing with nvm on my Arch Linux installed from [AUR](https://aur.archlinux.org/packages/nvm). The package manager install it in `/usr/share/nvm/` The plugin didn't work well, setting `NVM_DIR` ended up nvm...

> omf install nvm Updating https://github.com/oh-my-fish/packages-main master... Done! Error: nvm already installed. I've previosuly had installed nvm using `fisher install jorgebucaran/nvm.fish` (which now is removed). I've removed the .nvm folder...

When NVM is installed in non-default location (like `~/.local/nvm`), completions doesn't work. This fix will ensure that completions will source the `nvm.sh` file in correct directory.

On ubuntu 20.04 Fish version 3.1 Steps to reproduce - install nvm with `omf install nvm` - run nvm all works good - `refresh` - try to run nvm you...

In the README, after running `omf install nvm`, the final step is to run `refresh`. However, FISH version 2.7.1 complains: ```sh warning: function refresh is deprecated and will be removed...

After the most recent fish shell update on Ubuntu, fish loses the ability to find node / nvm. I get the following message on opening terminal. ``` fish ~/.local/share/omf/pkg/nvm/init.fish (line...

Starting fish with this plugin is quite slow. Without nvm `0:00.03elapsed`, with nvm `0:00.55elapsed`. I have a noticeable delay when staring my program launcher. Would be really great if it...

I recently installed this plugin to manage my `nvm` install. I've confirmed it works in `bash`, but as soon as I use `fish`, I see all messages are followed by:...