index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
nvm
/
nvm.plugin.zsh
Age
Commit message (
Expand
)
Author
2023-07-19
fix(nvm): remove nvm not found verbose message
Carlo Sala
2023-06-20
fix(nvm): disable lazy-loading if autoload is set
Carlo Sala
2023-06-20
feat(nvm)!: remove soft-deprecated code
Carlo Sala
2023-06-07
feat(nvm): add `npx` to lazy trigger list
Carlo Sala
2022-12-06
fix(nvm): omit message when silent-autoload is enabled (#11371)
Michał Regulski
2022-12-01
fix(nvm): trim non-printable chars from .nvmrc (#10997)
Zeragamba
2022-12-01
feat(nvm): add `silent-autoload` setting (#11363)
Carlo
2022-11-15
feat(nvm)!: settings now are zstyle-based (#11335)
Carlo
2022-10-06
fix(nvm): source nvm script only when used (#11205)
Carlo
2022-04-24
fix(nvm): don't try to load nvm via `brew` if not found (#10878)
Marc Cornellà
2022-04-22
fix(nvm): support path from Apple Silicon Homebrew (#10875)
Carlo Sala
2021-06-13
feat(nvm): introduce customizable list of command that triggers lazy loading ...
Guo, Quan
2020-10-09
nvm: add autoloading of nvm version in .nvmrc
Danny Grove
2020-10-09
nvm: exit the plugin if the nvm loading script wasn't found
Marc Cornellà
2020-10-09
nvm: only lazy-load nvm if the NVM_LAZY setting is set
Marc Cornellà
2020-10-09
nvm: speed-up nvm loading with `--no-use`
Keith Yao
2020-10-09
nvm: check $XDG_CONFIG_HOME/nvm for an nvm installation
Chigozirim C
2020-10-09
nvm: simplify nvm.sh and bash completion loading
Marc Cornellà
2020-10-09
nvm: use `nvm current` in nvm_prompt_info and look in alternate install locat...
Andrew Janke
2020-10-08
nvm: add Homebrew's nvm setup (#8316)
davidfmatheson
2019-04-08
nvm: load nvm script only if command doesn't already exist (#5454)
Sascha Bratton
2016-08-07
nvm plugin improvements (#5265)
Luke Childs
2013-09-04
Plugin for Node Version Manager
Paul Melnikow