I replaced rm with trash-put, just in case I realize I need some files that I removed down the line.
alias rm='trash-put'
Official author don't recommend it due to different semantics. But honestly for my own personal use case its fine for me.
Also I like to alias xclip:
alias clippy='xclip -selection clipboard'
# cat things.txt | clippy
Agree, comes down to risk acceptance honestly.
I accepted the risk that comes with it. Same with some other aliases on equally hazardous commands.