From b88be581900b3c0429603025fcb43c843730ea5a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 4 May 2024 19:02:32 +0100 Subject: [PATCH] Add `~/Code/work` and `~/Code/personal` to the ...suggestions --- bin/t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/t b/bin/t index cffec62..d993fff 100755 --- a/bin/t +++ b/bin/t @@ -11,7 +11,7 @@ else # Get the session name from fuzzy-finding list of directories and generating a # tmux-safe version. - items=$(find ~/Code/* ~ ~/Documents \ + items=$(find ~/Code/* ~/Code ~ ~/Documents \ -maxdepth 1 -mindepth 1 -type d \ ! -name "*-old" \ ! -name "*.old"