From 0610b0e865f9fd78b1b6c4730f8a211ed0131520 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 9 Jul 2024 06:38:53 +0100 Subject: [PATCH] t: search in `~/Documents` --- 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 fba430a..5f32d61 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 ~/Code /tmp \ + items=$(find ~/Code ~/Documents /tmp \ -maxdepth 1 -mindepth 1 -type d \ ! -name "_archive" \ ! -name "*-old" \