mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
new function to trash files instead of removing them permanently
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
function rm
|
||||||
|
# Use GIO in order to move the file to trash instead of deleting it permanently
|
||||||
|
/usr/bin/gio trash $argv
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user