diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-04 19:26:30 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-04 19:27:11 +0800 |
| commit | 5c4e1b0f94fcf61d44b4d0ba86f54dbde98c31fc (patch) | |
| tree | e3ee0e568c5954e4901acaad29bd9aacaeb8a366 /.cargo/config.toml | |
| parent | 49f7ac471621f3b0c0b8bc5aecb86dc550d8829e (diff) | |
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.
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 16 |
1 files changed, 12 insertions, 4 deletions
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" |
