Use $REPOS
variable consistently in scripts
This commit is contained in:
parent
c8d21d28c1
commit
a2ed026258
4 changed files with 5 additions and 5 deletions
lib/shared/scripts
|
@ -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" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue