Laptop #2

Closed
thomasave wants to merge 119 commits from laptop into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a80781ede9 - Show all commits

View File

@ -79,7 +79,7 @@ function find_global() {
for i in "$search_dirs[@]"; do
if [ -d $i ]; then
PATHS="$PATHS$i\n"
PATHS+="$(fd . $i -t $file_type -d 8)"
PATHS+="$(ssh mallorea fdfind . $i -t $file_type -d 8)"
fi
done
echo -e "$PATHS" > $FZY_CACHE