I make things: electronics and software and music and stories and all sorts of other things.

  • 0 Posts
  • 9 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle

  • Should be just trash not trash-rm, but it’s like the other person said, when you go to rm, 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. Either sudo rm (unless root also has rm aliased) or /bin/rm

    But also you can do rm then trash-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.