Add directories within /tmp
This commit is contained in:
parent
90a1ca81aa
commit
e3dda9ade8
2
bin/t
2
bin/t
|
@ -11,7 +11,7 @@ else
|
|||
# Get the session name from fuzzy-finding list of directories and generating a
|
||||
# tmux-safe version.
|
||||
|
||||
items=$(find ~/Code/* ~/Code ~ ~/Documents \
|
||||
items=$(find ~/Code/* ~/Code ~ ~/Documents /tmp \
|
||||
-maxdepth 1 -mindepth 1 -type d \
|
||||
! -name "*-old" \
|
||||
! -name "*.old"
|
||||
|
|
Loading…
Reference in a new issue