From 3b5ed2d11ee94d698ea06e07c2e28f17780b48e7 Mon Sep 17 00:00:00 2001 From: Henri Saudubray Date: Mon, 4 May 2026 16:47:38 +0200 Subject: [PATCH] fix (home/bash): remove empty thunderbird folder --- home/cli.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/cli.nix b/home/cli.nix index 84a755b..454c0c5 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -89,6 +89,7 @@ task ls mkdir -p ~/dwn mkdir -p ~/tmp + rmdir ~/thunderbird 2>/dev/null if [ "$(ls -A ~/dwn)" ]; then echo "TODO: organize dwn."; fi if [ "$(ls -A ~/tmp)" ]; then echo "TODO: organize tmp."; fi '';