Skip to content

Instantly share code, notes, and snippets.

@alexblackie
Created November 1, 2015 01:57
Show Gist options
  • Select an option

  • Save alexblackie/9dd50040213b81b48a53 to your computer and use it in GitHub Desktop.

Select an option

Save alexblackie/9dd50040213b81b48a53 to your computer and use it in GitHub Desktop.
Set firefox as default browser on linux
# Set Firefox to be default browser on non-desktop-environmented Linux
xdg-mime default firefox.desktop 'x-scheme-handler/http'
xdg-mime default firefox.desktop 'x-scheme-handler/https'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment