From 00b6f8b84bf31376ee693452b087e1b1bf3ddbba Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sat, 26 Oct 2019 20:29:46 +0300 Subject: [PATCH] Added bitbucket to SSH hosts Signed-off-by: Marko Korhonen --- home/.ssh/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/.ssh/config b/home/.ssh/config index 7afc39f9..29925ecc 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -10,6 +10,10 @@ host github HostName github.com User git +host bitbucket + HostName bitbucket.org + User git + Host aur HostName aur.archlinux.org User aur