From 9459cf0a34e747db7111ede869c113004d00440e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 4 Apr 2022 15:45:55 +0300 Subject: [PATCH] usr-local-bin: add firefox flatpak with profilemanager, experimental, I probably won't be using it, but who knows, at least it's here --- bash/usr-local-bin/firefox | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bash/usr-local-bin/firefox 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