From c65e547dc0b58b056d391a4c6e2b03d7e0184d28 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 20 Feb 2022 12:10:22 +0100 Subject: [PATCH] Gentoo, baby. --- _desktop/firefox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_desktop/firefox b/_desktop/firefox index 4ff178e..ef9382f 100755 --- a/_desktop/firefox +++ b/_desktop/firefox @@ -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