Gentoo, baby.
This commit is contained in:
parent
85a7b2f126
commit
c65e547dc0
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
mkdir -p $XDG_CONFIG_HOME/firefox
|
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…
Add table
Add a link
Reference in a new issue