usr-local-bin: add firefox

flatpak with profilemanager, experimental, I probably won't be using it, but who knows, at least it's here
This commit is contained in:
Aminda Suomalainen 2022-04-04 15:45:55 +03:00
parent c81808ee26
commit 9459cf0a34
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 5 additions and 0 deletions

5
bash/usr-local-bin/firefox Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -x
flatpak run org.mozilla.firefox --ProfileManager $@
set +x