From b3c343cca3ab6cc42cffbb79f17c85dc116d6ac7 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Mon, 10 Nov 2025 13:32:00 +0100 Subject: [PATCH] removed rm alias --- sources/fish/functions/rm.fish | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 sources/fish/functions/rm.fish 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