Skip to content

Instantly share code, notes, and snippets.

@dewomser
Last active October 20, 2022 00:09
Show Gist options
  • Save dewomser/62afd7b9301337bac81f423f622227b3 to your computer and use it in GitHub Desktop.
Save dewomser/62afd7b9301337bac81f423f622227b3 to your computer and use it in GitHub Desktop.
Firefox default profile bash 1-liner
cd "$HOME"/.mozilla/firefox || exit; profile="$(sed -n '/\[Install/,/^$/p' profiles.ini | grep Default=)"; fpath="${profile##*=}"
@dewomser
Copy link
Author

Firefox default profile getestet mit Linuxdistro Manjaro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment