Skip to content

Instantly share code, notes, and snippets.

@dewomser
Last active November 14, 2024 18:14
Show Gist options
  • Select an option

  • Save dewomser/62afd7b9301337bac81f423f622227b3 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
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