Merge pull request #1612 from unixorn/2022-updates

Update `znvm` plugin entry
This commit is contained in:
Joe Block 2022-10-09 12:43:04 -06:00 committed by GitHub
commit 856580b1ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1251,7 +1251,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not
- [zlong_alert](https://github.com/kevinywlui/zlong_alert.zsh) - Uses `notify-send` and rings a bell to alert you when a command that has taken a long time (default: 15 seconds) has completed.
- [zman](https://github.com/mattmc3/zman) - Use [fzf](https://github.com/junegunn/fzf) to quickly browse ZSH manuals.
- [znotify](https://github.com/rudeigerc/znotify) - A simple plugin for sending notifications to other services.
- [znvm](https://github.com/Ajnasz/znvm) - Similar to [nvm.sh](https://github.com/nvm-sh/nvm) but faster.
- [znvm](https://github.com/Ajnasz/znvm) - A [nodejs](https://nodejs.org) version manager for ZSH similar to [nvm.sh](https://github.com/nvm-sh/nvm) but faster.
- [zoo](https://github.com/salamantos/zoo_sh) - Casual theme with animal emoji. Includes decorators for current directory, time and `git` status.
- [zoxide](https://github.com/ajeetdsouza/zoxide) - A fast alternative to `cd` that learns your habits.
- [zpy](https://github.com/AndydeCleyre/zpy) - Manage Python Environments, dependencies, and isolated app installations, with a ZSH frontend to [pip-tools](https://github.com/jazzband/pip-tools).