From fb2ffa849a2cf9251cc274ebea5daa9898579787 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 26 Mar 2026 15:55:10 +0800 Subject: Add shell completion system with descriptions and i18n support --- .cargo/config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.cargo') diff --git a/.cargo/config.toml b/.cargo/config.toml index 213cffe..0e29823 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -41,17 +41,17 @@ platform = [ "linux", "macos" ] # Entries [copies.entry_bash] from = "scripts/deploy/jvn_bash.sh" -to = "jvn_bash.sh" +to = "jvn.sh" platform = [ "linux", "macos" ] [copies.entry_zsh] from = "scripts/deploy/jvn_zsh.zsh" -to = "jvn_zsh.zsh" +to = "jvn.zsh" platform = [ "linux", "macos" ] [copies.entry_fish] from = "scripts/deploy/jvn_fish.fish" -to = "jvn_fish.fish" +to = "jvn.fish" platform = [ "linux", "macos" ] ################## @@ -66,7 +66,7 @@ platform = [ "windows" ] # Entries [copies.entry_powershell] -from = "scripts/deploy/jvn.ps1" +from = "scripts/deploy/jvn_powershell.ps1" to = "jvn.ps1" platform = [ "windows" ] -- cgit