Use $REPOS variable consistently in scripts

This commit is contained in:
Oliver Davies 2024-07-10 12:50:00 +01:00
parent c8d21d28c1
commit a2ed026258
4 changed files with 5 additions and 5 deletions
lib/shared/scripts

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