From 5c4e1b0f94fcf61d44b4d0ba86f54dbde98c31fc Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 4 Jan 2026 19:26:30 +0800 Subject: Add Zsh plugin installation documentation and rename config variables The Zsh plugin now includes a how_to_install.md file with setup instructions. Configuration variable names have been simplified from JVCS_PROMPT_SEGMENT_* to JVCS_* for consistency. --- .cargo/config.toml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to '.cargo') diff --git a/.cargo/config.toml b/.cargo/config.toml index e74dd80..a5fccaa 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -27,10 +27,6 @@ to = "completions/bash/completion_jv.sh" from = "scripts/completions/bash/completion_jvv.sh" to = "completions/bash/completion_jvv.sh" -[copies.zsh_plugin] -from = "scripts/zsh_support/jvcs.plugin.zsh" -to = "scripts/zsh_support/jvcs.plugin.zsh" - # Entries [copies.entry_bash] from = "scripts/jv_cli.sh" @@ -53,3 +49,15 @@ to = "completions/powershell/completion_jvv.ps1" [copies.entry_powershell] from = "scripts/jv_cli.ps1" to = "jv_cli.ps1" + +################## +### Zsh Plugin ### +################## + +[copies.zsh_plugin] +from = "scripts/zsh_support/jvcs.plugin.zsh" +to = "scripts/zsh_support/jvcs.plugin.zsh" + +[copies.zsh_plugin_installation] +from = "scripts/zsh_support/how_to_install.md" +to = "scripts/zsh_support/how_to_install.md" -- cgit