From 4b7bae5c97f722cbcf5a0cdc9489565efda5314d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 13 Aug 2024 09:15:00 +0100 Subject: [PATCH] Don't include results from `/tmp` --- lib/shared/scripts/t.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shared/scripts/t.nix b/lib/shared/scripts/t.nix index 7967cf9..4bc048c 100644 --- a/lib/shared/scripts/t.nix +++ b/lib/shared/scripts/t.nix @@ -49,7 +49,7 @@ else # Get the session name from fuzzy-finding list of directories and generating a # tmux-safe version. - items=$(find "$REPOS" ~/Documents /tmp \ + items=$(find "$REPOS" ~/Documents \ -maxdepth 1 -mindepth 1 -type d \ ! -name "_archive" \ ! -name "*-old" \