Don't include results from /tmp

This commit is contained in:
Oliver Davies 2024-08-13 09:15:00 +01:00
parent 0acedf8bea
commit 4b7bae5c97

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 "$REPOS" ~/Documents /tmp \
items=$(find "$REPOS" ~/Documents \
-maxdepth 1 -mindepth 1 -type d \
! -name "_archive" \
! -name "*-old" \