Use ssh instead of NFS for remote files
This commit is contained in:
parent
295d469407
commit
a80781ede9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue