From 1000c9665a6c9e16c082ea07324738a1a2ed0abb Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Mon, 15 Dec 2025 13:07:17 +0100 Subject: [PATCH] rm is alias for trash in fish --- home/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/fish.nix b/home/fish.nix index 1be76e3..98beea0 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -74,6 +74,7 @@ grep = "grep --color=auto"; diff = "diff --color=auto"; dev = "nix develop -c fish"; + rm = "trash"; del = "trash -rf"; rsyncp = "rsync --info=progress2 --no-inc-recursive"; ffmpeg = "ffmpeg -hide_banner";