mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
![]() This command allows users to replace default colors with their own custom colors. - top-level commands modified: alias, ls, ls-remote - helper functions added: nvm_echo_with_colors, nvm_err_with_colors, nvm_set_colors, nvm_get_colors, nvm_print_color_code - functions modified: nvm_print_formatted_alias, nvm_print_versions, nvm_print_alias_path (implicitly), nvm_print_default_alias (implicitly), nvm_list_aliases (implicitly) We added tests and info on using this command to the README! Co-authored-by: Dena Burd <29719099+gitburd@users.noreply.github.com> Co-authored-by: Naomi Quinones <52065567+naomiquinones@users.noreply.github.com> |
||
---|---|---|
.. | ||
Aliases | ||
Listing paths | ||
Listing versions | ||
Set Colors | ||
Unit tests | ||
nvm should remove the last trailing slash in $NVM_DIR | ||
Running "nvm alias" should create a file in the alias directory. | ||
Running "nvm current" should display current nvm environment. | ||
Running "nvm deactivate" should unset the nvm environment variables. | ||
Running "nvm install" with "--reinstall-packages-from" requires a valid version | ||
Running "nvm install" with an invalid version fails nicely | ||
Running "nvm unalias" should remove the alias file. | ||
Running "nvm uninstall" should remove the appropriate directory. | ||
Running "nvm uninstall" with incorrect file permissions fails nicely | ||
Running "nvm unload" should unset all function and variables. | ||
Running "nvm use foo" where "foo" is circular aborts | ||
Running "nvm use iojs" uses latest io.js version | ||
Running "nvm use system" should work as expected | ||
Running "nvm use x" should create and change the "current" symlink | ||
Running "nvm use x" should not create the "current" symlink if $NVM_SYMLINK_CURRENT is false | ||
Running "nvm use" should drop CR char automatically. | ||
setup | ||
setup_dir | ||
Sourcing nvm.sh should make the nvm command available. | ||
Sourcing nvm.sh should not modify parameters of caller | ||
teardown | ||
teardown_dir |