firefox-esr wrapper too

This commit is contained in:
tavo-wasd 2023-08-07 10:53:43 -06:00
parent 334539d641
commit 07a80f0cfa

5
wrappers/firefox-esr Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env sh
HOME=$HOME/.local/share/firefox
mkdir -p "$HOME"
exec /usr/bin/firefox-esr "$@"