DEV Community

Discussion on: How to Install Oh My Zsh! on Windows 10 Home Edition

Collapse
 
vsalbuq profile image
Vinícius Albuquerque

It's kind of difficult to find it out only with the information you gave me...

Have you forgotten the step for adding the path variable to .zshrc, maybe?

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
Enter fullscreen mode Exit fullscreen mode

It may be also that you .zshrc wasn't saved before you tried to run nvm.

Also, if you changed the file structure to remove the mnt/, it may cause some issues.

I hope this helps, but I'm really in the dark here, 😅