Improve invocation of Fast Node Manager on shell load

This commit is contained in:
Jonny Barnes 2024-09-13 15:18:36 +01:00
parent ec09655518
commit 2164512568
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -2,5 +2,5 @@
# Setup Fast Node Manager
if (( ${+commands[fnm]} )); then
eval "$(fnm env --use-on-cd)"
eval "$(fnm env --use-on-cd --shell zsh)"
fi