From 66d4b13ab1a6fe7c604760352b169d8fa399c302 Mon Sep 17 00:00:00 2001 From: Henri Saudubray Date: Thu, 22 Jan 2026 10:17:38 +0100 Subject: [PATCH] feat (home/bash): interactive rm --- home/cli.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/cli.nix b/home/cli.nix index 3615280..09611e3 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -29,6 +29,7 @@ "h" = "hx"; "o" = "xdg-open"; "update" = "sudo nixos-rebuild switch --flake ~/dev/nixos"; + "rm" = "rm -i"; }; # Custom files