From ef96b447d7c68fba8a3076216a681594a6575670 Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Sun, 25 Feb 2024 23:43:58 +0100 Subject: [PATCH] make comments in the default config file more informative --- internal/config/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/config/config.go b/internal/config/config.go index ca7f65efb..e902f2ba5 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -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: