From 2472415a377d30f967741f9a127564fc6580f5b6 Mon Sep 17 00:00:00 2001 From: pika Date: Wed, 21 May 2025 23:11:43 +0200 Subject: [PATCH] testing.. --- neovim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neovim.sh b/neovim.sh index 9727b6e..1c4c3d2 100644 --- a/neovim.sh +++ b/neovim.sh @@ -43,7 +43,7 @@ local cmd="${@:1}" local err out - if $silent; then + if $silent || [ -z $silent ]; then spin "$msg" if run --err err --out out "$cmd"; then check "Done!"