My usecase: we have several projects, some with nvm use 4 some with nvm use 0. This task does the job quite well, but there can be race conditions when shipit-deploying multiple projects at the same time. Nvm alias default cannot work there...
Do you have a recommendation on overriding ALL shipit.remote commands with a nvm use $(cat .nvmrc) && <command>?