diff --git a/sources/fish/functions/rm.fish b/sources/fish/functions/rm.fish deleted file mode 100644 index b0960c0..0000000 --- a/sources/fish/functions/rm.fish +++ /dev/null @@ -1,4 +0,0 @@ -function rm - # Use GIO in order to move the file to trash instead of deleting it permanently - /usr/bin/gio trash $argv -end