summaryrefslogtreecommitdiff
path: root/private_dot_config/gh
diff options
context:
space:
mode:
Diffstat (limited to 'private_dot_config/gh')
-rw-r--r--private_dot_config/gh/config.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/private_dot_config/gh/config.yml b/private_dot_config/gh/config.yml
new file mode 100644
index 0000000..aaec3a0
--- /dev/null
+++ b/private_dot_config/gh/config.yml
@@ -0,0 +1,12 @@
+# 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.
+editor: nvim
+# 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.
+pager:
+# Aliases allow you to create nicknames for gh commands
+aliases:
+ co: pr checkout
+version: "1"