dotfiles/_desktop/firefox
2022-02-20 12:10:22 +01:00

4 lines
161 B
Bash
Executable File

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