t: ignore the _archive
directory
This commit is contained in:
parent
b23d33586b
commit
d1080e0cbc
|
@ -18,6 +18,7 @@
|
|||
# tmux-safe version.
|
||||
items=$(find ~/Code /tmp \
|
||||
-maxdepth 1 -mindepth 1 -type d \
|
||||
! -name "_archive" \
|
||||
! -name "*-old" \
|
||||
! -name "*.old"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue