diff --git a/nix/lib/shared/scripts/t.nix b/nix/lib/shared/scripts/t.nix
index ab36494a..ce6767ff 100644
--- a/nix/lib/shared/scripts/t.nix
+++ b/nix/lib/shared/scripts/t.nix
@@ -20,7 +20,8 @@
         -maxdepth 1 -mindepth 1 -type d \
         ! -name "_archive" \
         ! -name "*-old" \
-        ! -name "*.old"
+        ! -name "*.old" \
+        2>/dev/null
       )
 
       selected_path=$(echo "''${items}" | sort | fzf)