

11·
2 months agohow’s the framework?
how’s the framework?
xkcd 14 standards problem
yes it is. idk😄 i have a similar one for github-cli
git() {
if [ "$1" = clone ]; then
shift
set -- clone --recursive "$@"
fi
command git "$@"
}
https://www.goodbye-microsoft.com/
p.s. oh, wait, the link doesn’t work anymore. too bad
check out /etc/machine-id you don’t have to type it
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
what is that editor? it looks very cool
if only it recognized my wifi card, which it doesn’t. neither 10 nor 11 do
more like a week
freebsd is 14 something too
No, it’s just a wireguard config
what if i use DoH?
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 "$@"
}
i recommend version 6 😄