Skip to content

Commit

Permalink
Use xdg-open to open a default browser (#2536)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-kovoy committed Jan 31, 2019
1 parent 0b272d4 commit c6464a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ const (

const (
// OpenBrowserLinux is the command used to open a web browser on Linux.
OpenBrowserLinux = "sensible-browser"
OpenBrowserLinux = "xdg-open"

// OpenBrowserDarwin is the command used to open a web browser on macOS/Darwin.
OpenBrowserDarwin = "open"
Expand Down

0 comments on commit c6464a7

Please sign in to comment.