dotfiles/.config/gh/config.yml
Andrei Jiroh Halili dfa46de643
chore(global): add ~vern's bash prompt and stuff
Also in this commit:
* Update shellrc files for bash for compat with this. I might work
  on adding checks for oh-my-posh later on.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
2023-01-08 03:02:37 +00:00

18 lines
864 B
YAML

# 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:
# 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
clone: repo clone
mr: pr
fork: repo fork
# The path to a unix socket through which send HTTP connections. If blank, HTTP traffic will be handled by net/http.DefaultTransport.
http_unix_socket:
# What web browser gh should use when opening URLs. If blank, will refer to environment.
browser: