ldac is available on linux, i can switch to it. i use the "pulsemixer" program to switch codecs. also it's SBC-XQ, not QX
same for gh (github cli) gh() { if [[ "$1" = repo && "$2" = clone ]]; then shift shift set -- repo clone "$@" -- --recursive fi command gh "$@" }
the only thing this does is add "--recursive" to every git clone invocation git() { if [ "$1" = clone ]; then shift set -- clone --recursive "$@" fi command git "$@" }
xkcd 14 standards problem