Skip to content

Instantly share code, notes, and snippets.

@iaurg
Last active February 26, 2020 20:40
Show Gist options
  • Save iaurg/2a56afb6bd20994f0d5679d94d05452d to your computer and use it in GitHub Desktop.
Save iaurg/2a56afb6bd20994f0d5679d94d05452d to your computer and use it in GitHub Desktop.
How to configure node global commands in shell using zsh/omyzsh, when node is installed with asdf.

How to configure node global commands in zsh/omyzsh, when node is installed with asdf.

Just run this on terminal:

echo -e '\n. $HOME/.asdf/asdf.sh' >> ~/.zshrc

If don't work, bring the code . $HOME/.asdf/asdf.sh to top of your .zshrc file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment