🐛 fix(core): 修复 brew-upgrade-manager.sh 中的格式问题

This commit is contained in:
2026-06-08 08:44:42 +08:00
parent 7d5147c180
commit 5d9f8120a5
+1 -1
View File
@@ -102,7 +102,7 @@ echo -e "\n${CYAN}>>> [2/2] Upgrading GUI Casks (brew upgrade --cask --greedy --
# 强制注入环境变量,确保终端输出依然保留 ANSI 颜色格式
export HOMEBREW_COLOR=1
@
# --- 终端宽度处理 ---
# 固定宽度,避免动态识别终端列数导致 prompt 重绘异常。
export COLUMNS