Remove safety rm alias

This commit is contained in:
Fabio Scotto di Santolo
2024-07-29 10:00:11 +02:00
parent b7d1ed138e
commit 590acc269c

View File

@@ -148,9 +148,6 @@ alias cat 'bat --style header --style snip --style changes --style header'
# Replace df command tool # Replace df command tool
alias df='duf' alias df='duf'
# Safety rm command
alias rm 'trash -v'
# Common use # Common use
alias .. 'cd ..' alias .. 'cd ..'
alias ... 'cd ../..' alias ... 'cd ../..'