diff options
author | Alexis Hovorka <[email protected]> | 2021-07-04 11:59:13 -0600 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2021-07-04 11:59:13 -0600 |
commit | f05d6f8f3b52e3ebd5639726dd07da5668979b15 (patch) | |
tree | 45b7711471732f85f076242679e886f2ce4cb43d /base | |
parent | 99eece3f8337fb5928765de16b94ae52374e00db (diff) |
[feat] Add git url alias for the Arch AUR
Diffstat (limited to 'base')
-rw-r--r-- | base/gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/gitconfig b/base/gitconfig index ac04079..ad52a21 100644 --- a/base/gitconfig +++ b/base/gitconfig @@ -12,6 +12,8 @@ insteadOf = gl: [url "https://bitbucket.org/"] insteadOf = bb: +[url "https://aur.archlinux.org/"] + insteadOf = aur: [url "git.ahov.co:"] insteadOf = ahov: |