mostly fixes, a few improvements
[distro-setup] / subdir_files / .config / gh / config.yml
1 # The current version of the config schema
2 version: 1
3 # What protocol to use when performing git operations. Supported values: ssh, https
4 git_protocol: https
5 # What editor gh should run when creating issues, pull requests, etc. If blank, will refer to environment.
6 editor:
7 # When to interactively prompt. This is a global config that cannot be overridden by hostname. Supported values: enabled, disabled
8 prompt: enabled
9 # A pager program to send command output to, e.g. "less". Set the value to "cat" to disable the pager.
10 pager:
11 # Aliases allow you to create nicknames for gh commands
12 aliases:
13 co: pr checkout
14 # The path to a unix socket through which send HTTP connections. If blank, HTTP traffic will be handled by net/http.DefaultTransport.
15 http_unix_socket:
16 # What web browser gh should use when opening URLs. If blank, will refer to environment.
17 browser: