diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index de0aa82..bd56fa2 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -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