Skip to content

Instantly share code, notes, and snippets.

@teklynk
Created March 16, 2026 01:21
Show Gist options
  • Select an option

  • Save teklynk/dfdc3ad9bb73d5cc4c7cf40bb965a86b to your computer and use it in GitHub Desktop.

Select an option

Save teklynk/dfdc3ad9bb73d5cc4c7cf40bb965a86b to your computer and use it in GitHub Desktop.
Empty trash on startup
#!/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