From 1e2bd24f162f2d1d0748cfc5039c5a010ea00cff Mon Sep 17 00:00:00 2001 From: Alec Rust Date: Fri, 28 May 2021 13:50:42 +0100 Subject: [PATCH] Remove nvm lazy loading Causes `which yarn` within mjml-rails gem to return a function instead of path. https://github.com/sighmon/mjml-rails/issues/83 --- dotfiles/.zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index ce2a14a..40ecced 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -1,9 +1,6 @@ # Path to oh-my-zsh installation export ZSH=$HOME/.oh-my-zsh -# Enable nvm lazy loading -export NVM_LAZY_LOAD=true - # Spaceship ZSH as Oh My Zsh theme. Load iTerm2 themes from: # http://iterm2colorschemes.com/ ZSH_THEME="spaceship"