Skip to content

Commit 5506335

Browse files
committed
⚙️ config(gh): update gh CLI config
1 parent b0a9d25 commit 5506335

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

.config/gh/config.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
1-
# The current version of the config schema
21
version: 1
3-
# What protocol to use when performing git operations. Supported values: ssh, https
42
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
3+
editor: nvim
84
prompt: enabled
9-
# Preference for editor-based interactive prompting. This is a global config that cannot be overridden by hostname. Supported values: enabled, disabled
105
prefer_editor_prompt: disabled
11-
# A pager program to send command output to, e.g. "less". If blank, will refer to environment. Set the value to "cat" to disable the pager.
12-
pager:
13-
# Aliases allow you to create nicknames for gh commands
6+
pager: delta
7+
148
aliases:
159
co: pr checkout
16-
# The path to a unix socket through which send HTTP connections. If blank, HTTP traffic will be handled by net/http.DefaultTransport.
10+
dl: download # extension: yuler/gh-download
11+
prs: f -p # extension: gennaro-tedesco/gh-f
12+
l: f -l # extension: gennaro-tedesco/gh-f
13+
1714
http_unix_socket:
18-
# What web browser gh should use when opening URLs. If blank, will refer to environment.
1915
browser:
16+
2017
# Catppuccin Macchiato theme
2118
theme:
2219
colors:

0 commit comments

Comments
 (0)