diff --git a/ansible/roles/fish/files/fish/functions/rm.fish b/ansible/roles/fish/files/fish/functions/rm.fish new file mode 100644 index 0000000..b0960c0 --- /dev/null +++ b/ansible/roles/fish/files/fish/functions/rm.fish @@ -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