diff --git a/bash/usr-local-bin/firefox b/bash/usr-local-bin/firefox new file mode 100755 index 0000000..519a98a --- /dev/null +++ b/bash/usr-local-bin/firefox @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +set -x +flatpak run org.mozilla.firefox --ProfileManager $@ +set +x