global/git: add gh settings

This commit is contained in:
Infinidoge 2025-01-09 00:10:24 -05:00
parent d69f1d8b50
commit 535ee7efdf
Signed by: Infinidoge
SSH key fingerprint: SHA256:GT2StvPQMMfFHyiiFJymQxfTG/z6EWLJ6NWItf5K5sA

View file

@ -99,7 +99,12 @@
programs.gh = {
enable = true;
settings = {
prompt = "enabled";
git_protocol = "ssh";
aliases = {
co = "pr checkout";
clone = "repo clone";
};
};
};
}