dotfiles/_desktop/firefox

4 lines
153 B
Plaintext
Raw Normal View History

2021-08-25 17:54:04 +02:00
#!/bin/sh
mkdir -p $XDG_CONFIG_HOME/firefox
2021-08-26 08:37:29 +02:00
[ -n "$1" ] && HOME=$XDG_CONFIG_HOME/firefox /bin/firefox "$*" || HOME=$XDG_CONFIG_HOME/firefox /bin/firefox