1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-21 22:53:30 +01:00

feat(nvm): add _omz_nvm_load function

This commit is contained in:
Carlo Sala
2024-09-19 11:44:51 +02:00
parent 99e2c31484
commit 1514145a09
2 changed files with 15 additions and 11 deletions

View File

@@ -42,6 +42,8 @@ as you want:
zstyle ':omz:plugins:nvm' lazy-cmd eslint prettier typescript ...
```
There will be a function `_omz_nvm_load` available to load `nvm` without executing any other trigger command.
#### `.nvmrc` autoload
Note: _if used at the same time as `lazy`, `autoload` will start working only after nvm has been lazy-loaded_