diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-11-17 11:49:14 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-11-17 11:49:14 +0800 |
| commit | 51f196092a82ba102d587c34b52ccc744552e8ea (patch) | |
| tree | aba82dbf895167ce3405a7f584cf3ba8f45f3c8c /scripts/cli.sh | |
| parent | f9088ccd70883fc8ff2414506328ef36d25f30b8 (diff) | |
update: shell scripts
Update CLI and completion scripts
Diffstat (limited to 'scripts/cli.sh')
| -rw-r--r-- | scripts/cli.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 ### |
