git() {
if [ "$1" = clone ]; then
shift
set -- clone --recursive "$@"
fi
command git "$@"
}
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
i just imported all my pocket bookmarks into firefox bookmarks, and it kinda works even better
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
if only it recognized my wifi card, which it doesn’t. neither 10 nor 11 do
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 "$@"
}
in zsh you can just forbid it to save duplicates
ccd() {
mkdir "$1" && cd "$1"
}
btw 1 is literally impossible, there’s no gui driver setting, there’s no regedit switch, no nothing. on linux you just need to write to this file /sys/devices/platform/i8042/serio1/serio2/drift_time
neither has persistent undo yet, so i’m staying with vim for now
wifi drivers then?
yes it is. idk😄 i have a similar one for github-cli