dotfiles/_desktop/librewolf
2022-02-01 18:40:53 +01:00

6 lines
1 KiB
Bash
Executable file
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/sh
mkdir -p $XDG_CONFIG_HOME/firefox
[ -n "$1" ] && HOME=$XDG_CONFIG_HOME/firefox /bin/firefox "$*" || HOME=$XDG_CONFIG_HOME/firefox /bin/firefox
#!/bin/sh
mkdir -p $XDG_CONFIG_HOME/librewolf
[ -n "$1" ] && HOME=$XDG_CONFIG_HOME/librewolf ~/.local/bin/appimages/LibreWolf/librewolf "$*" || HOME=$XDG_CONFIG_HOME/librewolf ~/.local/bin/appimages/LibreWolf/librewolf