feat(base): 精简 WSL 开发环境包列表
移除 WSL 下冗余的媒体处理和工具包: - chafa, fastfetch, ffmpeg, imagemagick, poppler, resvg, tealdeer, xh 保留核心开发工具: - micro (友好编辑器) - .zshrc 通过 alias vi=nvim 使用 - gomi-bin (回收站) - .zshrc 通过 alias rm=gomi 使用 同时移除 .zshrc 中的 http 别名 (xh 已移除) 优化后:78 个包 (原 87 个)
This commit is contained in:
@@ -75,9 +75,6 @@ alias lg="lazygit"
|
||||
alias vi="nvim"
|
||||
alias x="ouch decompress" # 万能解压(zip/tar/gz/bz2/xz/zst/7z/rar)
|
||||
|
||||
# 网络
|
||||
alias http="xh"
|
||||
|
||||
# ── yazi wrapper:退出时自动 cd 到最后目录 ──
|
||||
function yy() {
|
||||
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd
|
||||
|
||||
Reference in New Issue
Block a user