From 9c6f99fe7b56ccf74b300bc1d938773e40f84391 Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Tue, 21 Apr 2026 11:06:36 +0200 Subject: [PATCH] fish alias: del for rm -rf --- home/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/fish.nix b/home/fish.nix index c94a69a..6b09ff5 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -75,7 +75,7 @@ diff = "diff --color=auto"; dev = "nix develop -c fish"; rm = "trash"; - del = "trash -rf"; + del = "rm -rf"; rsyncp = "rsync --info=progress2 --no-inc-recursive"; ffmpeg = "ffmpeg -hide_banner"; ffprobe = "ffprobe -hide_banner";