I can't change Slack source code to invoke `firefox $url` for me instead of xdg-open it currently invokes.
If you know a way, please share.
'firefox url'
directly on the terminal?
To be clear, the override script is closer to going ...
mkdir ~/custombin/ ln $(which firefox) ~/custombin/xdg-open PATH=~/custombin:$PATH slack
I can't change Slack source code to invoke `firefox $url` for me instead of xdg-open it currently invokes.
If you know a way, please share.