t: search in ~/Documents
This commit is contained in:
parent
75731bda19
commit
0610b0e865
|
@ -49,7 +49,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 ~/Code /tmp \
|
items=$(find ~/Code ~/Documents /tmp \
|
||||||
-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