I installed Ubuntu using WSL2 on Windows 11 and configured oh-my-zsh as my default shell. After that, I created /etc/wsl.conf and added the following lines:
[interop]
appendWindowsPath=false
to not include the Windows PATH in WSL. Now, my zsh shell can't pick any installation like node, npm or vscode. It must be because of some config edit I need to make in ~/.zshrc configuration file. What am I supposed to do here?