From a5c5826ec9c97f146531e8a4758e4f700c121506 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Mon, 4 Feb 2019 18:48:17 +0300 Subject: [PATCH] git: ++nb: notabug.org --- etc/soft/git/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/soft/git/gitconfig b/etc/soft/git/gitconfig index 9cfa3ce..48346ab 100644 --- a/etc/soft/git/gitconfig +++ b/etc/soft/git/gitconfig @@ -62,6 +62,7 @@ url = !git remote -v | grep fetch | grep -o 'https.* ' | xargs xdg-open hub = "!github_clone() { git clone git://github.com/${1}.git; }; github_clone" + nb = "!github_clone() { git clone https://notabug.org/${1}.git; }; github_clone" calendar = !git-cal