yes it is. idk😄 i have a similar one for github-cli
treeshateorcs
- 1 Post
- 23 Comments
git() { if [ "$1" = clone ]; then shift set -- clone --recursive "$@" fi command git "$@" }
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•Tool to install a linux distro in dual boot directly from Windows? Without live USB
2·7 months agohttps://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
treeshateorcs@lemmy.mlto
Technology@lemmy.ml•Microsoft will now urge you to ditch local accounts on Windows 10
62·2 years agoif only it recognized my wifi card, which it doesn’t. neither 10 nor 11 do
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•Some of y'all need to see this and drop the superiority complex...
8·2 years agofreebsd is 14 something too
treeshateorcs@lemmy.mlOPto
Technology@lemmy.ml•what's the worst that can happen if i use a free shady vpn?
33·2 years agoNo, it’s just a wireguard config
treeshateorcs@lemmy.mlOPto
Technology@lemmy.ml•what's the worst that can happen if i use a free shady vpn?
3·2 years agowhat if i use DoH?
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•SHARE WITH THE CLASS: What aliases are you using?
2·2 years agosame for gh (github cli)
gh() { if [[ "$1" = repo && "$2" = clone ]]; then shift shift set -- repo clone "$@" -- --recursive fi command gh "$@" }
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•SHARE WITH THE CLASS: What aliases are you using?
5·2 years agothe only thing this does is add “–recursive” to every
git cloneinvocationgit() { if [ "$1" = clone ]; then shift set -- clone --recursive "$@" fi command git "$@" }
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•SHARE WITH THE CLASS: What aliases are you using?
2·2 years agoin zsh you can just forbid it to save duplicates
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•SHARE WITH THE CLASS: What aliases are you using?
5·2 years agoccd() { mkdir "$1" && cd "$1" }
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•What can you do on Linux that you can't do on Windows?
14·2 years agobtw 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
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•What can you do on Linux that you can't do on Windows?
20·2 years ago- adjust the drift speed of a thinkpad trackpoint
- stream audio from one computer to another one (or a phone) with ease (thanks pulseaudio)
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•(Neo)Vim alternatives: Kakoune is great! I am surprised that Helix is more popular
6·2 years agoneither has persistent undo yet, so i’m staying with vim for now
i recommend version 6 😄