Gentoo, baby.

This commit is contained in:
Bartek Stalewski 2022-02-20 12:10:22 +01:00
parent 85a7b2f126
commit c65e547dc0

View File

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