Add directories within /tmp

This commit is contained in:
Oliver Davies 2024-05-04 21:43:40 +01:00
parent 90a1ca81aa
commit e3dda9ade8

2
bin/t
View file

@ -11,7 +11,7 @@ else
# Get the session name from fuzzy-finding list of directories and generating a # Get the session name from fuzzy-finding list of directories and generating a
# tmux-safe version. # tmux-safe version.
items=$(find ~/Code/* ~/Code ~ ~/Documents \ items=$(find ~/Code/* ~/Code ~ ~/Documents /tmp \
-maxdepth 1 -mindepth 1 -type d \ -maxdepth 1 -mindepth 1 -type d \
! -name "*-old" \ ! -name "*-old" \
! -name "*.old" ! -name "*.old"