Prefer trash-cli

This commit is contained in:
Kaholaz 2023-02-20 02:59:38 +01:00
parent 7f483fe909
commit 1f2f05884e
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691

View file

@ -27,6 +27,9 @@ alias vim="nvim"
# neomutt > mutt # neomutt > mutt
alias mutt=neomutt alias mutt=neomutt
# trash > rm
alias rm=trash
# Extract any archive # Extract any archive
extract () { extract () {
if [ -f $1 ] ; then if [ -f $1 ] ; then