From c0762fb23e8419785cff25c16eacdd5d644c57e0 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 19 May 2026 15:28:02 -0700 Subject: [PATCH] Ensure the subcommands are run via the alias, not by sourcing the file. --- rc_shared.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc_shared.sh b/rc_shared.sh index 22cc0ba..389197b 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -479,7 +479,7 @@ function process-video { return $status } alias pv="process-video" -alias qpv="pv ./raw/YouCut*.mp4 $(basename `pwd`).mp4" +alias qpv='pv ./raw/YouCut*.mp4 $(basename `pwd`).mp4' # Allow converting video to audio and other smaller # tasks than what process-video is intended to do.