Ok, let's permit firefox to clutter home.

This commit is contained in:
Bartek Stalewski 2022-12-16 23:20:13 +01:00
parent 6fcba51c76
commit aa14a8fe5a

View File

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