Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow use of NVM_AUTO_USE alongside NVM_LAZY_LOAD on init #55

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jul 23, 2019

  1. Configuration menu
    Copy the full SHA
    6ee0910 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2019

  1. Configuration menu
    Copy the full SHA
    6557d7e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Merge pull request #1 from amirdt22/auto-lazy

    Add failing test for auto and lazy
    runofthemill authored Sep 27, 2019
    Configuration menu
    Copy the full SHA
    d68eed6 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. remove extraneous _zsh_nvm_auto_use call

    nvm will already be called by the line above (_zsh_nvm_load) so this a) takes longer and b) causes duplicated output in the terminal, e.g.:
    
    Found '/Users/[...]/.nvmrc' with version <9.2.1>
    Now using node v9.2.1 (npm v5.5.1)
    Found '/Users/[...]/.nvmrc' with version <9.2.1>
    Now using node v9.2.1 (npm v5.5.1)
    runofthemill authored May 15, 2020
    Configuration menu
    Copy the full SHA
    8df3e2b View commit details
    Browse the repository at this point in the history
  2. helps to init lazy loader for this test

    Jeremy Miller committed May 15, 2020
    Configuration menu
    Copy the full SHA
    9212aaf View commit details
    Browse the repository at this point in the history
  3. also helps to escape quotes

    Jeremy Miller committed May 15, 2020
    Configuration menu
    Copy the full SHA
    0b1344d View commit details
    Browse the repository at this point in the history