Commit Graph

  • b4fa89cdff
    Merge f1b6bbda15 into 745291dcf2 Leo.Kang 2024-11-19 20:23:11 +0900
  • f1b6bbda15 Make NVM_AUTO_USE works even when loaded done leokang94 2024-11-19 20:20:04 +0900
  • a5a56e0b2e
    Merge 364258fef4 into 745291dcf2 Max O'Cull 2024-07-03 00:49:40 -0400
  • 364258fef4
    Prefix to PATH rather than postfix Max O'Cull 2024-07-03 00:34:06 -0400
  • cc8e1a05f1 Add support for NVM_SILENT environment variable #91 Brian Gray 2024-03-22 16:10:47 -0400
  • dfe705f987
    Add support for xdg base directory Farid NL 2024-03-22 13:19:38 -0600
  • e8f02d2fac
    Merge a430aab4f9 into 745291dcf2 Eric Henderson 2024-03-04 17:09:39 +0100
  • a430aab4f9 fix the case when there is no node at all Eric Henderson 2024-03-04 10:40:01 -0500
  • 412912461d
    update from main Eric Henderson 2024-02-14 13:50:21 -0500
  • f07eaa1c4d Completion with homebrew Vyacheslav Shcherbinin 2023-10-20 00:34:16 +0700
  • 3c7315c8e4 Add support for NVM_SILENT env var Vyacheslav Shcherbinin 2023-10-19 19:18:52 +0700
  • ee2e1b5c5f Dont duplicate work when loading global binaries Vyacheslav Shcherbinin 2023-10-17 14:42:00 +0700
  • f2a579ebcf Initialized nvm completion after cp Vyacheslav Shcherbinin 2023-10-17 14:25:11 +0700
  • 9bdaf69516 Auto copy _nvm Vyacheslav Shcherbinin 2023-10-17 14:07:17 +0700
  • 5eb1018459 Updated _nvm Vyacheslav Shcherbinin 2023-10-17 13:44:15 +0700
  • 59e7ac2245 Added autocompletion for nvm Vyacheslav Shcherbinin 2023-10-17 13:26:51 +0700
  • c2e174a4cd Allow use NVM_AUTO_USE with NVM_LAZY_LOAD on init Vyacheslav Shcherbinin 2023-10-17 13:06:26 +0700
  • 921c6ec8ce
    Update README.md Vyacheslav Scherbinin 2023-10-17 13:01:06 +0700
  • 14faca9e2f
    Merge b8eea8eedb into 745291dcf2 Oscaner Miao 2023-09-13 10:34:37 +0800
  • b8eea8eedb #85: fix _zsh_nvm_completion on macos homebrew. Oscaner Miao 2023-09-13 10:33:51 +0800
  • ebb686837c
    Merge f2e84ed7cf into 745291dcf2 cswl 2023-09-01 19:37:04 -0700
  • 9816c87f87
    Merge 0566a38094 into 745291dcf2 Emily Marigold Klassen 2023-09-01 19:37:04 -0700
  • 0ac6f008ae
    Merge fd53324509 into 745291dcf2 Lucas Araujo 2023-08-31 23:33:25 -0400
  • d3db5265b5 Fix leaking variables using local with for loops (#98) Sumit Sahrawat 2023-07-13 17:44:12 +0530
  • fd22f81536
    Merge 0b1344de73 into 745291dcf2 jmills 2023-08-03 01:39:56 -0700
  • 28e1ee27b3
    Merge f95e1f4359 into 745291dcf2 Michał Regulski 2023-07-14 16:09:53 +0530
  • 745291dcf2
    Fix leaking variables using local with for loops (#98) master Sumit Sahrawat 2023-07-13 17:44:12 +0530
  • 8851053d21
    Fix leaking variables using local with for loops Sumit Sahrawat 2023-07-12 17:55:57 +0530
  • e293a0914f Revert "Optimize lazy loading performance (#76)" (#96) Luke Childs 2023-03-02 00:02:35 +0700
  • c123e04fa9 Optimize lazy loading performance (#76) Riatre 2023-02-25 01:41:46 +0800
  • 75e0ac5c57 Update README.md Luke Childs 2023-01-22 19:20:31 +0700
  • 9295d10c88
    Revert "Optimize lazy loading performance (#76)" (#96) Luke Childs 2023-03-02 00:02:35 +0700
  • 89e0b91e1f Revert "Optimize lazy loading performance (#76)" revert-76-master Luke Childs 2023-03-02 00:02:22 +0700
  • a0f0a2cfd0
    Optimize lazy loading performance (#76) Riatre 2023-02-25 01:41:46 +0800
  • 63595c2579
    Update README.md Luke Childs 2023-01-22 19:20:31 +0700
  • a55dc057d9 more optimizations Eric Henderson 2022-06-07 13:49:16 -0400
  • 3d6db8f1eb didn't improve performance like i'd hoped, so put this back Eric Henderson 2022-06-07 13:37:36 -0400
  • 8f682fafee further optimization Eric Henderson 2022-06-07 13:36:27 -0400
  • e32f46e20f fixing messaging Eric Henderson 2022-06-07 13:35:29 -0400
  • 3599074326 fixing some issues Eric Henderson 2022-06-07 13:34:07 -0400
  • e57f45a3d0 revert the previous change and replace it with an optimized version of the functionality Eric Henderson 2022-06-07 13:24:22 -0400
  • 9af1493550 potential performance optimization on NVM_AUTO_USE Eric Henderson 2022-06-07 12:08:06 -0400
  • 0cd8789d1e make it possible to disable auto-use after shell init Eric Henderson 2022-02-15 17:11:47 -0500
  • 52d743363c Add support for NVM_AUTO_USE_IGNORE_VERSION and NVM_AUTO_USE_IGNORE_PATH as methods for skiping the auto-use in specific cases Eric Henderson 2020-04-21 11:34:01 -0400
  • f95e1f4359
    Add support for NVM_SILENT environment variable Michał Regulski 2022-05-19 16:09:23 +0200
  • ba8ff5a44a
    Merge eb8b4def3b into 23067bd9bb Raphael Martin Schindler 2021-09-06 16:41:09 +0000
  • eb8b4def3b
    Fix typo Raphael Martin Schindler 2021-09-06 09:40:54 -0700
  • dda8bb6165 Optimize lazy loading performance Riatre Foo 2021-02-09 01:14:35 +0800
  • 0566a38094 perf: dont duplicate work when loading global binaries Emily Marigold Klassen 2021-01-12 13:44:57 -0800
  • 23067bd9bb
    Add NVM_LAZY_LOAD_EXTRA_COMMANDS option (#67) Joeri de Gooijer 2020-06-16 09:21:22 +0200
  • 4324516c9b Improve explanation of NVM_LAZY_LOAD_EXTRA_COMMANDS option Joeri de Gooijer 2020-06-16 08:33:25 +0200
  • 8a42d77b77 Make test more resilient Joeri de Gooijer 2020-06-16 08:33:02 +0200
  • 50634d9b50 Remove change NVM_LAZY_LOAD_EXTRA_COMMANDS Luke Childs 2020-06-12 18:46:02 +0700
  • e07475126c Add NVM_LAZY_LOAD_EXTRA_COMMANDS option Joeri de Gooijer 2020-05-27 16:07:51 +0200
  • 30f8555044 Test removing lazy chpwd hook test-autouse-lazyload Luke Childs 2020-05-16 14:51:38 +0700
  • 0b1344de73 also helps to escape quotes Jeremy Miller 2020-05-14 22:35:05 -0700
  • 9212aaf878 helps to init lazy loader for this test Jeremy Miller 2020-05-14 21:25:10 -0700
  • 8df3e2bbad
    remove extraneous _zsh_nvm_auto_use call jmills 2020-05-14 20:20:07 -0700
  • fdf4d6cc7d
    Add NVM_COMPLETION option (#63) Alexandre Faria 2020-05-01 12:42:28 +0200
  • b22445dd49
    feat: adding completion settings Alexandre Faria 2020-05-01 02:18:51 +0200
  • 6f378482d2
    Added instructions how to add completion manually to zsh Glenn Carremans 2020-03-25 22:18:57 +0100
  • a23756475b
    Updated autocompletion Glenn Carremans 2020-03-01 20:43:13 +0100
  • 7157d36e41
    Added autocompletion for nvm Glenn Carremans 2019-10-12 21:13:19 +0200
  • 9f7e144397
    Use builtin cd command (#61) Eddie Monge 2020-03-14 02:30:22 -0700
  • 2d72a3c3a6
    use builtin cd command Eddie Monge 2020-03-12 17:53:50 -0700
  • 251cd3091d
    Create FUNDING.yml Luke Childs 2019-11-19 17:24:25 +0700
  • 5ee1d2e77c
    Installation docs: alphabetize shell managers Henry Bley-Vroman 2019-10-17 12:17:43 -0400
  • e1e98a0388
    Installation docs: add Antibody instructions Henry Bley-Vroman 2019-10-17 12:10:51 -0400
  • 53cb910dab
    Update nvm repo link in readme Luke Childs 2019-10-08 09:52:49 +0700
  • 557653b340 Update nvm repository URL (#56) ethanwu10 2019-10-07 22:51:42 -0400
  • fb1f59a91b Update nvm repository URL Ethan Wu 2019-10-06 14:07:57 -0400
  • d68eed6baa
    Merge pull request #1 from amirdt22/auto-lazy jmills 2019-09-27 13:58:47 -0700
  • 6557d7e2ed Add failing test for auto and lazy Amir Tahvildaran 2019-07-28 18:37:56 -0400
  • 6ee0910bb8
    Allow use of NVM_AUTO_USE alongside NVM_LAZY_LOAD jmills 2019-07-22 17:46:47 -0700
  • 9ae1115e76 Make nvm upgrade follow the official git upgrade instructions from nvm (#46) Bartosz Legięć 2019-02-08 13:30:01 +0100
  • c31c66b17e Use more reliable method of fetching latest tag Alexander Tesfamichael 2018-12-15 14:28:15 +0100
  • 1f03039e85 Add experimental NVM path caching Max O'Cull 2018-11-22 21:30:38 -0500
  • 82f9d0d986 add bash completion Mostafa Yassin 2018-10-16 11:56:25 +0200
  • 4ed94c861c
    Merge 2154739eb0 into 2d88fd5c8f Sebastien 2018-08-29 11:00:08 +0000
  • 2154739eb0
    Fix upgrade issue Sebastien 2018-08-29 12:59:55 +0200
  • cd49f963e4
    Support different oh-my-zsh install locations eyal0803 2018-07-19 16:00:38 +0300
  • c53298bb7a
    Make nvm upgrade follow the official git upgrade instructions from nvm https://github.com/creationix/nvm#manual-upgrade Bartosz Legięć 2018-04-29 11:34:43 +0200
  • f2e84ed7cf Use absolute version to install nightly and rc Cswl Coldwind 2017-11-23 00:55:27 +0545
  • fd53324509
    Add NVM_AUTO_REVERT option when using AUTO_USE Lucas Araujo 2017-12-25 13:47:32 -0200
  • 266c3e51b5 Merge a7f325f169 into 2d88fd5c8f Douglas Rogers 2017-10-13 16:58:06 +0000
  • a7f325f169 changes to readme.md Douglas Rogers 2017-10-13 11:51:41 -0400
  • 2d88fd5c8f typo fix - wrong command (#37) Alexandre Nicastro 2017-10-07 04:42:25 -0300
  • af4e682063 typo fix - wrong command Alexandre Nicastro 2017-10-06 18:46:11 -0300
  • bdd7ee8446 Merge 7830783ce9 into 1bdd5e2128 Ian MacLeod 2017-09-17 14:35:14 +0000
  • 1bdd5e2128 silent which nvm error in lazy load (#36) Aitor Guevara 2017-09-15 15:13:22 +0200
  • 094a9a6e28 silent which nvm error in lazy load Aitor Guevara 2017-09-15 12:13:25 +0200
  • 9dbb51b388 Fix failing test (#35) Luke Childs 2017-09-15 02:24:16 +0100
  • a3b5789834 Don't check for revert not existing fix-test Luke Childs 2017-09-14 17:57:39 +0100
  • 834368f520 Test nvm revert output Luke Childs 2017-09-12 18:50:34 +0100
  • 7830783ce9
    Make sure that it handles cases where there is no global node install Ian MacLeod 2017-09-04 12:13:50 -0700
  • a04d4e5e80
    Tests for NVM_PREFER_LOCAL_BINS Ian MacLeod 2017-09-04 11:58:01 -0700
  • e8e5f89098
    Introduce NVM_PREFER_LOCAL_BINS Ian MacLeod 2017-09-04 11:19:52 -0700
  • 5c59940a6d Mute unset output Luke Childs 2017-07-18 14:58:27 +0100
  • 434b3f389e Add warning about rc|nightly installs Luke Childs 2017-07-18 15:14:50 +0100
  • b8eb9a7ae9 Mute unset output yarn-unset-notice Luke Childs 2017-07-18 14:58:27 +0100