Add ~/Code/personal directory
This commit is contained in:
parent
71f335870d
commit
e5b60ccc8b
|
@ -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" ~/Documents \
|
items=$(find "$REPOS" "$REPOS/personal" ~/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