josa42 / atom-blame

Show git blame as a gutter in Atom editor
https://atom.io/packages/blame
MIT License
22 stars 18 forks source link

Allow specifying which browser application to use #49

Open ricardograca opened 5 years ago

ricardograca commented 5 years ago

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.