Change from trash-put to clash

This commit is contained in:
2026-04-09 21:53:26 -07:00
parent f3357e1a36
commit 9ec0a48bdb

View File

@@ -2845,10 +2845,10 @@ Actually, return the method name."
("ga" "git add $*") ("ga" "git add $*")
("gcm" "git commit -m ${string-join $* \" \"}") ("gcm" "git commit -m ${string-join $* \" \"}")
("ldg" "ledger -f \"$HOME/docs/finance/finances.ledger\" $*") ("ldg" "ledger -f \"$HOME/docs/finance/finances.ledger\" $*")
("tp" "trash-put $*") ("tp" "clash put $*")
("trr" "trash-restore $*") ("trr" "clash restore $*")
("tre" "trash-empty $*") ("tre" "clash empty $*")
("trm" "trash-rm $*") ("trm" "clash empty $*")
("rm" "echo 'rm: I''m unsafe! Don''t use me.'; false") ("rm" "echo 'rm: I''m unsafe! Don''t use me.'; false")
("\\rm" "eshell/rm"))) ("\\rm" "eshell/rm")))