Spike Grobstein
9854928ba9
[New] `install.sh`: allow user to explicitly opt out of nvm adding the source string
...
this is done by checking if the user supplies `PROFILE=/dev/null` when running `install.sh`, the `nvm_detect_profile` function will not output any strings, causing `nvm_do_install` to skip adding `SOURCE_STR`.
7 years ago
Brian M. Jemilo II
68fe26a5e4
[Fix] Add autocompletion support to zsh
...
Fixes #1707 .
7 years ago
Peter Dave Hello
750571056c
[Fix] Correct most of the wrong indentation
7 years ago
Qiangjun Ran
cadbbced20
[Tests] Replace all dots with backslash dots
9 years ago
Matthew Campbell
4f4ff208eb
Improve error messages
10 years ago
Matthew Campbell
78fee866f5
Remove usage of declare
10 years ago
Matthew Campbell
8dc53d4dd5
Refactor and fix nvm_detect_profile tests
...
close #833
close #957
10 years ago
Matthew Campbell
645bda4987
Addresses comments to close #833
10 years ago
David Mankin
918fcb4bd2
PROFILE env var should override detected profile
...
Add tests for PROFILE overriding detected files
10 years ago
David Mankin
cb138a1815
Fix error messages in tests
10 years ago
Cristian Consonni
c37dbbecb4
Detect shell type from $SHELL variable instead of .$SHELLrc files
10 years ago
Xavier Cambar
b9f15b0ab0
Tests for PROFILE detection
11 years ago