From d1080e0cbc6a8061d27896aab221b2f9b1a9241d Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Mon, 8 Jul 2024 18:43:32 +0100
Subject: [PATCH] t: ignore the `_archive` directory

---
 lib/shared/scripts/t.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/shared/scripts/t.nix b/lib/shared/scripts/t.nix
index f2bc7ee7..4e6fd409 100644
--- a/lib/shared/scripts/t.nix
+++ b/lib/shared/scripts/t.nix
@@ -18,6 +18,7 @@
       # tmux-safe version.
       items=$(find ~/Code /tmp \
         -maxdepth 1 -mindepth 1 -type d \
+        ! -name "_archive" \
         ! -name "*-old" \
         ! -name "*.old"
       )