Configuring Settings
ZVM has additional settings stored in ~/.zvm/settings.json. You can manually
update version maps, toggle color support, and disable the automatic upgrade
checker here. All settings are also exposed as flags or environment variables.
This file is stateful, and ZVM will create it if it does not exist and utilizes
it for its operation.
Environment Variables
Section titled “Environment Variables”ZVM_DEBUGenables DEBUG logging for your executable. This is meant for contributors and developers.ZVM_SET_CUToggle the automatic upgrade checker. If you want to reenable the checker, justunset ZVM_SET_CU.ZVM_PATHreplaces the default install location for ZVM. Set the environment variable to the parent directory of where you’ve placed the.zvmdirectory.ZVM_SKIP_TLS_VERIFYDo you have problems using TLS in your environment? Toggle off verifying TLS by setting this environment variable.- By default when this is enabled ZVM will print a warning. Set this variable
to
no-warnto silence this warning.
- By default when this is enabled ZVM will print a warning. Set this variable
to
Option Flags
Section titled “Option Flags”Color Toggle
Section titled “Color Toggle”Enable or disable colored ZVM output. No value toggles colors.
Enable
Section titled “Enable”- on
- yes/y
- enabled
- true
Disabled
Section titled “Disabled”- off
- no/n
- disabled
- false
--color # Toggle ANSI color printing on or off for ZVM's output, i.e. --color=true