global/git: add gh settings
This commit is contained in:
parent
d69f1d8b50
commit
535ee7efdf
1 changed files with 5 additions and 0 deletions
|
@ -99,7 +99,12 @@
|
||||||
programs.gh = {
|
programs.gh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
prompt = "enabled";
|
||||||
git_protocol = "ssh";
|
git_protocol = "ssh";
|
||||||
|
aliases = {
|
||||||
|
co = "pr checkout";
|
||||||
|
clone = "repo clone";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue