dotfiles/_desktop/firefox

4 lines
153 B
Plaintext
Raw Normal View History

2021-12-19 22:47:05 +01:00
#!/bin/sh
mkdir -p $XDG_CONFIG_HOME/firefox
[ -n "$1" ] && HOME=$XDG_CONFIG_HOME/firefox /bin/firefox "$*" || HOME=$XDG_CONFIG_HOME/firefox /bin/firefox