From c631528c6a18bd7ff4c22426abdc7ca55899381b Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sat, 1 Oct 2022 12:59:49 -0700 Subject: [PATCH] Improve handling of fd options --- bin/quickdel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/quickdel b/bin/quickdel index 7be7231..0d48c2d 100755 --- a/bin/quickdel +++ b/bin/quickdel @@ -13,10 +13,10 @@ YELLOW=$'\e[1;33m' WHITE_BOLD=$'\e[1;37m' RESET=$'\e[0;0m' -declare -a extra_fd_opts +fd_opts=(--hidden --threads "$(nproc)") declare -a typeopts -# ========== Helper functions ========== +# Helper functions function help() { cat << HELPMESSAGE $(basename "$0") $VERSION