File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 133133 },
134134 {
135135 "name" : " zoxide" ,
136- "cliName" : " z " ,
136+ "cliName" : " zoxide " ,
137137 "description" : " 更智能的cd" ,
138138 "command" : " scoop install zoxide"
139139 },
151151 },
152152 {
153153 "name" : " bottom" ,
154- "cliName" : " bottom " ,
154+ "cliName" : " btm " ,
155155 "description" : " rust 版本的top,任务管理器bottom" ,
156156 "command" : " scoop install bottom"
157157 }
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" ,
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ function Set-CustomAliasesProfile {
172172 # 定义用户别名配置
173173 $userAlias = @ (
174174 [PSCustomObject ]@ {
175- cliName = ' dust '
175+ cliName = ' du '
176176 aliasName = ' du'
177177 aliasValue = ' dust'
178178 description = ' dust 是一个用于清理磁盘空间的命令行工具。它可以扫描指定目录并显示占用空间较大的文件和目录,以便用户确定是否删除它们。'
You can’t perform that action at this time.
0 commit comments