I know I can set a custom repository browser URL, but it's not possible to chose which actual web browser application to use for opening these links. It seems like the system's default is used every time.
The issue is that I have two browsers installed, and one of them is only used for work, while the other is my default personal browser. When I click on a link from atom-blame it tries to open my default browser, which doesn't have a session started on the private git repository.
I have set web.browser in my git config but it's not being used by this package.
I know I can set a custom repository browser URL, but it's not possible to chose which actual web browser application to use for opening these links. It seems like the system's default is used every time.
The issue is that I have two browsers installed, and one of them is only used for work, while the other is my default personal browser. When I click on a link from atom-blame it tries to open my default browser, which doesn't have a session started on the private git repository.
I have set
web.browser
in my git config but it's not being used by this package.