From 7a80b9850ef07e323589b2b39a7ccc3f3f2566d7 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 18 May 2025 17:29:23 +0200 Subject: [PATCH] wip --- yazi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yazi.sh b/yazi.sh index d740a8c..70b1b47 100644 --- a/yazi.sh +++ b/yazi.sh @@ -10,7 +10,7 @@ unset PACKAGE # ─< argument list variables >──────────────────────────────────────────────────────────── - unset silent + silent=false sleep 0.1 @@ -25,7 +25,7 @@ for arg in "$@"; do case "$arg" in --silent | -s) - silent=true + export silent=true ;; esac done