Sublime Text 3 NVM with ZSH

Quick post on enabling NVM support for ST3 plugins like SublimeLinter:

(This post assumes macOS Catalina is the operating environment and the shell is ZSH)

If you have NVM managing your global node install it's as simple as ensuring that your system has the following file available in the home dir and that it contains the following:

.zshenv

export NVM_DIR="$HOME/.nvm"
  . "/usr/local/opt/nvm/nvm.sh"