t: ignore the _archive directory

This commit is contained in:
Oliver Davies 2024-07-08 18:43:32 +01:00
parent b23d33586b
commit d1080e0cbc

View file

@ -18,6 +18,7 @@
# tmux-safe version. # tmux-safe version.
items=$(find ~/Code /tmp \ items=$(find ~/Code /tmp \
-maxdepth 1 -mindepth 1 -type d \ -maxdepth 1 -mindepth 1 -type d \
! -name "_archive" \
! -name "*-old" \ ! -name "*-old" \
! -name "*.old" ! -name "*.old"
) )