Created
November 1, 2015 01:57
-
-
Save alexblackie/9dd50040213b81b48a53 to your computer and use it in GitHub Desktop.
Set firefox as default browser on linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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