Add .config/fish/functions/rm.fish

This commit is contained in:
2025-11-26 15:29:13 +01:00
parent 032db57e95
commit 558dfe6945

View File

@@ -0,0 +1,3 @@
function rm --wraps=trash --description 'alias rm=trash'
trash $argv
end