From 623cdc815713265710b3d8da893ac30d40bb0972 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 18 May 2025 17:41:33 +0200 Subject: [PATCH] wip --- yazi.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yazi.sh b/yazi.sh index 703dd39..32f59d4 100644 --- a/yazi.sh +++ b/yazi.sh @@ -137,6 +137,8 @@ if [ -e "$HOME/.config/yazi/package.toml" ]; then if command_exists ya; then run ya pack -u || run ya pack -i + else + echo_error "Something went wrong when installing yazi.. ya is not available.." fi else echo_warning "There was no yazi config found.. "