Files
dotfiles/sources/fish/functions/rm.fish
T
2025-11-08 20:46:24 +01:00

5 lines
125 B
Fish

function rm
# Use GIO in order to move the file to trash instead of deleting it permanently
/usr/bin/gio trash $argv
end