More like the cooler cooler RHEL, the cooler RHEL, and RHEL
I make things: electronics and software and music and stories and all sorts of other things.
- 0 Posts
- 7 Comments
Should be just
trash
nottrash-rm
, but it’s like the other person said, when you go torm
, it moves it to trash now, instead of deleting, since usually I don’t want to truly delete things (i.e., I don’t raw delete when using a GUI, so I’m bringing that behavior to CLI as well)You can ofc still use the old
rm
and do full deletion. Eithersudo rm
(unless root also hasrm
aliased) or/bin/rm
But also you can do
rm
thentrash-empty
for the same behavior.I’m actually trying a new alias
alias del=/bin/rm
so that I have a quick way to get the old behavior.
Yeah I was mistaken. It’s actually
alias rm=trash
(nottrash-put
either)
I only have one alias:
alias rm=trash-rm
EDIT: Sorry. It’s actually
alias rm=trash
KindaABigDyl@programming.devto Linux@lemmy.ml•More game devs should be like the devs of Marvel Rivals when it comes to emulation0·8 months agoTbf the devs said “compatibility layer”
KindaABigDyl@programming.devto Linux@lemmy.ml•Linux kernel Rust coding guidelines are heretic.01·1 year agoWhat they’re referring to is that when you use tabs, you end up having some things at the end of lines have to be spaced over for alignment. Thus, you then have to turn on some way of seeing what stuff is tabs and what stuff is spaces and it turns into a big mess.
Hence why normal people indent with spaces instead of hard tabs
The only problem is it isn’t based on Chromium tho. That just doesn’t suffice anymore.
I was an avid Firefox user for years and librewolf user for a year after that, but unfortunately, FF hasn’t been able to keep up in terms of web standards.
More and more I kept having pages just not work. I ended up having to install a backup Chromium-based browser bc critical websites like my banking and loan sites only worked on Chromium-based browsers. Eventually, I caved. If I had to have a second,Chromium-based browser anyway, I might as well just use that for everything.
I wanted to not use Chromium, but FF has lost the war. Chromium runs the show now. No more fighting back. Google owns the internet.
So now I’m on Brave, and honestly it’s way better than Librewolf these days. I would recommend any librewolf user switch over to that.