From 4f93c87bb3669a9359f6ce332a8550ffcd872ac4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 27 Nov 2024 20:00:02 +0000 Subject: [PATCH] Find directories for open source projects --- nix/lib/shared/scripts/t.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/lib/shared/scripts/t.nix b/nix/lib/shared/scripts/t.nix index fb6b0ce..ab36494 100644 --- a/nix/lib/shared/scripts/t.nix +++ b/nix/lib/shared/scripts/t.nix @@ -16,7 +16,7 @@ else # Get the session name from fuzzy-finding list of directories and generating a # tmux-safe version. - items=$(find "$REPOS" "$REPOS/personal" ~/Documents \ + items=$(find "$REPOS" "$REPOS/personal" "$REPOS/os" ~/Documents \ -maxdepth 1 -mindepth 1 -type d \ ! -name "_archive" \ ! -name "*-old" \