Migrate to firefox-bin.

This commit is contained in:
Bartek Stalewski 2022-09-30 16:09:07 +02:00
parent 5f19a61667
commit 5f208e3e4f

View File

@ -1,3 +1,3 @@
#!/bin/sh
mkdir -p $XDG_CONFIG_HOME/firefox
[ -n "$1" ] && HOME=$XDG_CONFIG_HOME/firefox /usr/bin/firefox "$*" || HOME=$XDG_CONFIG_HOME/firefox /usr/bin/firefox &
[ -n "$1" ] && HOME=$XDG_CONFIG_HOME/firefox /usr/bin/firefox-bin "$*" || HOME=$XDG_CONFIG_HOME/firefox /usr/bin/firefox-bin &