computer - sh.itjust.works

Why would you pipe neofetch into your .bashrc?

so that everytime you launch a terminal, your neofetch data is displayed. Because wow, neofetch!!!

It doesn't really make sense, since the data would be outdated anyway if piped into .bashrc that way...

It won’t work. It’s a dangerous command because a single > destroys your .bashrc. You may want either echo ‘neofetch’ >> .bashrc
true!! i meant echo neofetch >> .bashrc

Who’s the true noob now? Smh

(/s)

actually. i meant neofetch > bashrc, as in neofetch is better. checkmate

/s

It’s a dangerous command because a single > destroys your .bashrc.

This is why you have a dotfiles repository, you noob!

But .bashrc is executed, not displayed.

Maybe they meant to say echo neofetch >> ~/.bashrc.

That’s a redirection, not a pipe.
Exactly, that’s bloat