diff --git a/etc/soft/git/gitconfig b/etc/soft/git/gitconfig index c801e49..13022f4 100644 --- a/etc/soft/git/gitconfig +++ b/etc/soft/git/gitconfig @@ -56,3 +56,5 @@ # http://gitboard.net board = !gitboard 2>&- + hub = !git remote -v | grep fetch | grep -o 'https.* ' | xargs xdg-open +