Last active
November 14, 2024 18:14
-
-
Save dewomser/62afd7b9301337bac81f423f622227b3 to your computer and use it in GitHub Desktop.
Firefox default profile bash 1-liner
This file contains 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
cd "$HOME"/.mozilla/firefox || exit; profile="$(sed -n '/\[Install/,/^$/p' profiles.ini | grep Default=)"; fpath="${profile##*=}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Firefox default profile getestet mit Linuxdistro Manjaro