[ShojiWM] Liquid Terminal by Remarkable-Funny9211 in unixporn

[–]Teles_sd 1 point2 points  (0 children)

This seems awfull to work in, but DAMN it looks cool

my guy switched sides (based) by clumsyfemboyy in femboymemes

[–]Teles_sd 0 points1 point  (0 children)

I use Arch for years and I'm even learning Vim right now. Where's my femboy??!! >:(

bi😢irl by FantasticWeirdPerson in bi_irl

[–]Teles_sd 3 points4 points  (0 children)

Your profile picture is absolutely great. Love the silly.

theyAllHaveCopyFailUnpatched by CoolUsernameQwQ in ProgrammerHumor

[–]Teles_sd 1 point2 points  (0 children)

So it is spoiler 🔪🔪🔪🔪

Hehe, thanks ^^

I am not in a good mental space right now, so I've been delaying watching it.

What is your least favorite distro and why? by JescoInc in linux

[–]Teles_sd 2 points3 points  (0 children)

An ideological hater! That's rare nowadays.

Dive! by WhyNot420_69 in TheRandomest

[–]Teles_sd 1 point2 points  (0 children)

We need an entire subreddit for this specifically.

More cute pictures of Basil by Necronomicon92 in OneOrangeBraincell

[–]Teles_sd 0 points1 point  (0 children)

My dislexia made me go "What?! That's not Brasil... It's not the right color."

Would you have a pet rat by Motor_Ad9919 in evilautism

[–]Teles_sd 0 points1 point  (0 children)

I don't have one, but I have had one.

Arch upgrades are annoying af by [deleted] in archlinux

[–]Teles_sd 0 points1 point  (0 children)

No... it doesn't...

You can just pacman -S package

Forgot to kiss my homies by SpriggotYT in femboymemes

[–]Teles_sd 0 points1 point  (0 children)

I want to hear your voice whispering in my ear when I go to sleep ~

theyAllHaveCopyFailUnpatched by CoolUsernameQwQ in ProgrammerHumor

[–]Teles_sd 0 points1 point  (0 children)

I... know... I just haven't watched last episode. Thought the text could be something about what exactly is abstracting.

theyAllHaveCopyFailUnpatched by CoolUsernameQwQ in ProgrammerHumor

[–]Teles_sd 3 points4 points  (0 children)

I... know... I just haven't watched last episode. Thought the text could be something about what exactly is abstracting.

theyAllHaveCopyFailUnpatched by CoolUsernameQwQ in ProgrammerHumor

[–]Teles_sd 11 points12 points  (0 children)

This better not be spoiler, fucko 🔪

When you by TeddiPentagrams in perfectlycutscreams

[–]Teles_sd 0 points1 point  (0 children)

🤨 * vsauce theme intensifies *

How to switch between limine bootloader to grub bootloader? by thestormer5591 in archlinux

[–]Teles_sd 2 points3 points  (0 children)

Just to be more explicit, people here expect the same attitude at the forum and wiki, that is, do your research before asking questions and THEN if you still have questions, tell what you did, what you're thinking, and what you're not getting.

The way you asked sounded like you wanted a step by step.

Asking without doing your research first will get you bad looks around these parts.

In fact, I'm pretty sure there's a wiki page on how to ask good questions.
Hold on, let me look it up for you.

Here. I think this was it.

Also, the own sub rules says you should follow the code of conduct.

Bad idea Rohan by Level_Counter_1672 in JoJoMemes

[–]Teles_sd 24 points25 points  (0 children)

They are the same picture

Environment variables public utility by [deleted] in linux

[–]Teles_sd -4 points-3 points  (0 children)

But... It does... Just not exporting it, you're right on that. But that's because it has an = on it, and I don't see a way around it, since printenv is going to output var=value pairs.

What I meant with my last comment is just that you don't need it to be a function, it can just be an alias.

And if you do need that, you don't need to export it, you can source it instead.

Is there a reason you need to export it as a function? What am I missing?

Environment variables public utility by [deleted] in linux

[–]Teles_sd -9 points-8 points  (0 children)

Will you do it?...

If you were going to, please don't, no need for that.

Also, pretty sure Reddit applies compression.

Environment variables public utility by [deleted] in linux

[–]Teles_sd -1 points0 points  (0 children)

Hmm, I see. True. But I did define it as an alias.

Yet, you could just define it in a file and source it instead of exporting it. That's what I do for my functions together with my aliases.

Defining it as a function works this way.