Skip to content

Commit e76cf95

Browse files
committed
2 parents befb296 + aa6bae8 commit e76cf95

2 files changed

Lines changed: 6 additions & 5 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",

profile/profile_mac.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 是一个用于清理磁盘空间的命令行工具。它可以扫描指定目录并显示占用空间较大的文件和目录,以便用户确定是否删除它们。'

0 commit comments

Comments
 (0)