Created
March 16, 2026 01:21
-
-
Save teklynk/dfdc3ad9bb73d5cc4c7cf40bb965a86b to your computer and use it in GitHub Desktop.
Empty trash on startup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| rm -rf ~/.local/share/Trash/* | |
| # Add this as a startup script to your Linux OS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment