t: search in ~/Documents

This commit is contained in:
Oliver Davies 2024-07-09 06:38:53 +01:00
parent 75731bda19
commit 0610b0e865

View file

@ -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" \