User Configuration

User’s can override certain global behaviours of Hermit by creating a ~/.hermit.hcl file adhering to the following schema:

user-config-schema.hcl
# Modify prompt to include hermit environment (env), just an icon (short) or nothing (none)
# enum: env,short,none
# default: env
prompt = string # (optional)
# If true use a short prompt when an environment is activated.
short-prompt = boolean # (optional)
# If true Hermit will never add/remove files from Git automatically.
no-git = boolean # (optional)
# If true Hermit will try to add the IntelliJ IDEA plugin automatically.
idea = boolean # (optional)