mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
5 lines
125 B
Fish
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
|