Fix fnm to look for parent nvmrc files
This commit is contained in:
parent
fe2213fe91
commit
e632a40580
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ apply = ["defer"]
|
|||
[plugins.fnm]
|
||||
github = "dominik-schwabe/zsh-fnm"
|
||||
apply = ["defer"]
|
||||
hooks.pre = 'export ZSH_FNM_ENV_EXTRA_ARGS="--use-on-cd"'
|
||||
hooks.pre = 'export ZSH_FNM_ENV_EXTRA_ARGS="--use-on-cd --version-file-strategy recursive --resolve-engines false"'
|
||||
|
||||
[plugins.zoxide]
|
||||
github = "ajeetdsouza/zoxide"
|
||||
|
|
|
|||
Loading…
Reference in a new issue