···11+# What protocol to use when performing git operations. Supported values: ssh, https
22+git_protocol: ssh
33+# What editor gh should run when creating issues, pull requests, etc. If blank, will refer to environment.
44+editor:
55+# When to interactively prompt. This is a global config that cannot be overridden by hostname. Supported values: enabled, disabled
66+prompt: enabled
77+# A pager program to send command output to, e.g. "less". Set the value to "cat" to disable the pager.
88+pager:
99+# Aliases allow you to create nicknames for gh commands
1010+aliases:
1111+ co: pr checkout
1212+ clone: repo clone
1313+# The path to a unix socket through which send HTTP connections. If blank, HTTP traffic will be handled by net/http.DefaultTransport.
1414+http_unix_socket:
1515+# What web browser gh should use when opening URLs. If blank, will refer to environment.
1616+browser:
1717+version: "1"