programs.gh.settings.aliases
Aliases that allow you to create nicknames for gh commands.
- Type
attribute set of string- Default
{ }- Example
{ co = "pr checkout"; pv = "pr view"; }- Declared
- <home-manager/modules/programs/gh.nix>
Aliases that allow you to create nicknames for gh commands.
attribute set of string{ }{
co = "pr checkout";
pv = "pr view";
}