Gentoo, baby.
This commit is contained in:
parent
85a7b2f126
commit
c65e547dc0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user