Ensure the subcommands are run via the alias, not by sourcing the file.

This commit is contained in:
2026-05-19 15:28:02 -07:00
parent 672d8d424a
commit c0762fb23e
+1 -1
View File
@@ -479,7 +479,7 @@ function process-video {
return $status return $status
} }
alias pv="process-video" 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 # Allow converting video to audio and other smaller
# tasks than what process-video is intended to do. # tasks than what process-video is intended to do.