Files
dotfiles/bin/firefox-default

4 lines
101 B
Plaintext
Raw Permalink Normal View History

#!/usr/bin/env bash
2025-11-25 11:52:50 +01:00
exec /usr/bin/firefox --profile "$HOME/.mozilla/firefox/profile-default" "${@}"