From 7720040d921c9cfef9be2f4ddbc6e7c9cf3f48e3 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Fri, 13 Jun 2025 01:17:27 -0700 Subject: [PATCH] vvs: search for all arguments rather than just one --- .config/shell/bin/vvs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/bin/vvs b/.config/shell/bin/vvs index 61bc415..3292d6a 100755 --- a/.config/shell/bin/vvs +++ b/.config/shell/bin/vvs @@ -12,4 +12,4 @@ vvs() { fi } -vvs "$@" +vvs "$*"