We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eba197 commit 52550a0Copy full SHA for 52550a0
1 file changed
profile/installer/apps-config.json
@@ -133,7 +133,7 @@
133
},
134
{
135
"name": "zoxide",
136
- "cliName": "z",
+ "cliName": "zoxide",
137
"description": "更智能的cd",
138
"command": "scoop install zoxide"
139
@@ -151,7 +151,7 @@
151
152
153
"name": "bottom",
154
- "cliName": "bottom",
+ "cliName": "btm",
155
"description": "rust 版本的top,任务管理器bottom",
156
"command": "scoop install bottom"
157
}
@@ -210,9 +210,10 @@
210
211
212
213
214
215
- "command": "cargo install zoxide"
+ "command": "cargo install zoxide",
216
+ "skipInstall": true
217
218
219
"name": "pueue",
0 commit comments