From 07ca207fd17a50170b951f38f12b175deb76471a Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 4 Jan 2026 16:59:50 -0700 Subject: [PATCH] -m --- bashrc.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bashrc.sh b/bashrc.sh index c84be69..cf81345 100644 --- a/bashrc.sh +++ b/bashrc.sh @@ -306,6 +306,10 @@ function process-video { alias pv="process-video" function mkvid { + if [[ -n "$1" ]]; then + mkdir "$1" + cd "$1" + fi touch title.md touch desc.md touch tags.md