From 51f196092a82ba102d587c34b52ccc744552e8ea Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 17 Nov 2025 11:49:14 +0800 Subject: update: shell scripts Update CLI and completion scripts --- scripts/cli.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/cli.sh') diff --git a/scripts/cli.sh b/scripts/cli.sh index 8e2f456..2f4571d 100644 --- a/scripts/cli.sh +++ b/scripts/cli.sh @@ -18,6 +18,7 @@ SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" alias jj='jv here' alias jvu='jv update' alias jvt='jv track' +alias jmv='jv move' ################## ### COMPLETION ### -- cgit