Re-add Documents

This commit is contained in:
Oliver Davies 2024-09-13 20:19:00 +01:00
parent 098d714168
commit f5c7b2ae10

View file

@ -38,13 +38,11 @@
if [[ $# -eq 1 ]]; then
selected_path=$1
else
selected_path="$REPOS/"
selected_path+=$(find "$REPOS" -maxdepth 1 -mindepth 1 -type d \
selected_path=$(find "$REPOS" "$HOME/Documents" -maxdepth 1 -mindepth 1 -type d \
! -name "*-old" \
! -name "*.bak" \
! -name "*.old" \
! -name "_archive" \
| sed "s;$REPOS/;;" \
| sort \
| fzf --reverse)
fi