sublime custom build system with login shell

Developer from somewhere

Needed to run a node-cli tool. Build that enabled me to do so:

{
  "cmd": "/bin/zsh -c 'source ~/.zshrc; resume export resume.html; sensible-browser resume.html'",
  "shell": true
}