Find directories for open source projects
This commit is contained in:
parent
1d40bf6c1d
commit
4f93c87bb3
|
@ -16,7 +16,7 @@
|
||||||
else
|
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 "$REPOS" "$REPOS/personal" ~/Documents \
|
items=$(find "$REPOS" "$REPOS/personal" "$REPOS/os" ~/Documents \
|
||||||
-maxdepth 1 -mindepth 1 -type d \
|
-maxdepth 1 -mindepth 1 -type d \
|
||||||
! -name "_archive" \
|
! -name "_archive" \
|
||||||
! -name "*-old" \
|
! -name "*-old" \
|
||||||
|
|
Loading…
Reference in a new issue