home/git: add support for 'github:' short urls

This commit is contained in:
2024-06-25 20:13:30 +02:00
parent c4f98ec9e7
commit 38c61cfcd4
2 changed files with 6 additions and 1 deletions

View File

@@ -83,7 +83,8 @@
github.user = "h7x4";
"url \"git@github:\"".insteadOf = "https://github.com/";
"url \"github:\"".insteadOf = "https://github.com/";
web.browser = "google-chrome-stable";