Find directories for open source projects
This commit is contained in:
parent
1d40bf6c1d
commit
4f93c87bb3
|
@ -16,7 +16,7 @@
|
|||
else
|
||||
# Get the session name from fuzzy-finding list of directories and generating a
|
||||
# tmux-safe version.
|
||||
items=$(find "$REPOS" "$REPOS/personal" ~/Documents \
|
||||
items=$(find "$REPOS" "$REPOS/personal" "$REPOS/os" ~/Documents \
|
||||
-maxdepth 1 -mindepth 1 -type d \
|
||||
! -name "_archive" \
|
||||
! -name "*-old" \
|
||||
|
|
Loading…
Reference in a new issue