make comments in the default config file more informative

This commit is contained in:
Bartek Pacia 2024-02-25 23:43:58 +01:00
parent 24481c5c2e
commit ef96b447d7
No known key found for this signature in database

View file

@ -519,11 +519,11 @@ const defaultConfigStr = `
version: 1
# What protocol to use when performing git operations. Supported values: ssh, https
git_protocol: https
# What editor gh should run when creating issues, pull requests, etc. If blank, will refer to environment.
# What editor gh should run when creating issues, pull requests, etc. If blank, will refer to environment variable $EDITOR.
editor:
# When to interactively prompt. This is a global config that cannot be overridden by hostname. Supported values: enabled, disabled
prompt: enabled
# A pager program to send command output to, e.g. "less". Set the value to "cat" to disable the pager.
# A pager program to send command output to, e.g. "less". If blank, will refer to environment variable $PAGER. Set to "cat" to disable the pager.
pager:
# Aliases allow you to create nicknames for gh commands
aliases: