From 37180ac8f0e88ed7ee929da69954c4618ff95667 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 19 Apr 2022 16:38:44 +0200 Subject: [PATCH] add ghcli config --- .config/gh/config.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .config/gh/config.yml diff --git a/.config/gh/config.yml b/.config/gh/config.yml new file mode 100644 index 0000000..a122360 --- /dev/null +++ b/.config/gh/config.yml @@ -0,0 +1,19 @@ +--- +# What protocol to use when performing git +# operations. Supported values: ssh, https +git_protocol: ssh +# What editor gh should run when creating +# issues, pull requests, etc. If blank, will +# refer to environment. +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. +pager: +# Aliases allow you to create nicknames for gh commands +aliases: + co: pr checkout