Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FabioAntunes/fish-nvm Loading
base: v1.1.0
Choose a base ref
...
head repository: FabioAntunes/fish-nvm Loading
compare: master
Choose a head ref
  • 16 commits
  • 6 files changed
  • 8 contributors

Commits on Feb 17, 2019

  1. Update README.md

    FabioAntunes committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    7fe389b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Fixes recursion (#33)

    FabioAntunes committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    06cd4c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

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

Commits on Sep 1, 2019

  1. Update README.md

    FabioAntunes committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    a764ac3 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2019

  1. Fixes error swallowing when using .nvmrc (#42)

    When a .nvmrc exists in the folder with a version that it's not
    installed. fish-nvm swallows the error and says that command
    (node,npm,npx,etc) is not installed.
    FabioAntunes committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    6a6d661 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

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

Commits on Mar 15, 2020

  1. First things first (#47)

    Maybe is better to highlight that it is necessary to install NVM first, before installing anything.
    angelcervera committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    9589622 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

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

Commits on Nov 11, 2020

  1. Update README.md

    FabioAntunes committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    4c3d225 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Update README.md

    FabioAntunes committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    a90ce17 View commit details
    Browse the repository at this point in the history
  2. Delete fishfile

    FabioAntunes committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    9a3c535 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Use consistent capitalization, use one-liner installation (#53)

    * Use correct capitalization, improve install method
    
    * Fix link
    jorgebucaran committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    812cd8c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

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

Commits on Apr 14, 2022

  1. fix: set NVM_HAS_RUN (#60)

    sxzz committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    8151157 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

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

Commits on Jan 4, 2023

  1. Use type instead of which (#64)

    hackedd committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    57ddb12 View commit details
    Browse the repository at this point in the history
Loading