Made me chuckle
Made me chuckle
Made me chuckle
wait why are you leaving?!
We haven't even gone over the varient rules yet!
These people are a critical part of the computer ecosystem. Without them, no one would use any settings other than the default. We may not have yet discovered the dark theme.
Good meme.
postman hands him card reader, he instantly asks where the settings are
This is awesome XD
"Bro this screen is too bright, is there a dark mode?"
every command he runs is an alias
Okay thats me. I love my aliases, I store them in separate files in ~/.config/fish/conf.d
Now do the “purist” that spends their entire life trying to strip everything possible off to “save memory” when they should probably just use Alpine or NetBSD.
REEEEEEEEEEEEEE
This one hits scarily close to home
I even use a non-POSIX shell (https://www.nushell.sh/), with my config synced with Syncthing
That shell reminds me a lot of PowerShell
I changed the font size in Mint once. Does that count?
Psychopath!
/jk
Burn the witch!
rookie, most commands grow into functions because they become too complicated to stay as alias
Aliases are for the weak. Memorize and type out the whole one-liner, wuss.
"I don't remember how to do that. Let me go check my
.bashrc
." Literal clowning, smh.My .bashrc sources a functions and alias file, noob. With a function that parses functions!
Literally never happens thanks to atuin
Then you make aliases of common arguments for those functions, duh
It's aliases all the way down
Hell, my docker compose alias is a function now because I can't be assed to cd to my compose folder before running compose, and wanted to be able to still choose if I -d and/or what containers I wanted to start/stop.
So this is why alias in fish are literally functions...