diff --git a/lib/shared/scripts/t.nix b/lib/shared/scripts/t.nix index f2bc7ee..4e6fd40 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" )