From f05d6f8f3b52e3ebd5639726dd07da5668979b15 Mon Sep 17 00:00:00 2001 From: Alexis Hovorka Date: Sun, 4 Jul 2021 11:59:13 -0600 Subject: [feat] Add git url alias for the Arch AUR --- base/gitconfig | 2 ++ 1 file changed, 2 insertions(+) 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: -- cgit v1.2.3-54-g00ecf