yes it is. idk😄 i have a similar one for github-cli
treeshateorcs
- 0 Posts
- 28 Comments
Joined 6 years ago
Cake day: October 24th, 2019
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
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 USB2·2 months agohttps://www.goodbye-microsoft.com/
p.s. oh, wait, the link doesn’t work anymore. too bad
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
more like a week
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.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 clone
invocationgit() { 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?13·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?18·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 popular6·2 years agoneither has persistent undo yet, so i’m staying with vim for now
treeshateorcs@lemmy.mlto Linux@lemmy.ml•What feature/utility/app are you surprised is not installed by default in Linux distributions?1·2 years agowifi drivers then?
i clicked on it and got connection timed out
treeshateorcs@lemmy.mlto Linux@lemmy.ml•The Top 8 Best BitTorrent Clients for Linux in 202351·2 years agoaria2 ftw
xkcd 14 standards problem