1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-12-23 13:48:03 +00:00

Gitconfig: add Solus, Github, Gitlab shortcuts

This commit is contained in:
Phantop 2020-04-11 12:20:25 -04:00
parent 3e220ecf94
commit bac110ff10

View file

@ -19,3 +19,12 @@
insteadOf = "aur:"
[url "ssh://aur@aur.archlinux.org/"]
pushInsteadOf = "aur:"
[url "http://dev.getsol.us/source/"]
insteadOf = "solus:"
insteadOf = "sol:"
[url "https://github.com/"]
insteadOf = "github:"
insteadOf = "gh:"
[url "https://gitlab.com/"]
insteadOf = "gitlab:"
insteadOf = "gl:"