Skip to content

Commit 52550a0

Browse files
committed
fix(installer): 修正zoxide和bottom的cli名称及安装配置
更新zoxide的cli名称从'z'改为'zoxide'以保持一致性 将bottom的cli名称从'bottom'改为'btm'以匹配实际命令 为zoxide添加skipInstall标记以避免重复安装
1 parent 0eba197 commit 52550a0

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

profile/installer/apps-config.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
},
134134
{
135135
"name": "zoxide",
136-
"cliName": "z",
136+
"cliName": "zoxide",
137137
"description": "更智能的cd",
138138
"command": "scoop install zoxide"
139139
},
@@ -151,7 +151,7 @@
151151
},
152152
{
153153
"name": "bottom",
154-
"cliName": "bottom",
154+
"cliName": "btm",
155155
"description": "rust 版本的top,任务管理器bottom",
156156
"command": "scoop install bottom"
157157
}
@@ -210,9 +210,10 @@
210210
},
211211
{
212212
"name": "zoxide",
213-
"cliName": "z",
213+
"cliName": "zoxide",
214214
"description": "更智能的cd",
215-
"command": "cargo install zoxide"
215+
"command": "cargo install zoxide",
216+
"skipInstall": true
216217
},
217218
{
218219
"name": "pueue",

0 commit comments

Comments
 (0)