From 021ed18ad905235765a421cf937da940d3f01e55 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Sat, 30 Aug 2025 07:26:47 +0800 Subject: [PATCH] =?UTF-8?q?zsh=20=E8=87=AA=E5=8B=95=E8=A3=9C=E9=BD=8A?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=20=E6=95=88=E8=83=BD=E8=AA=BF?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dot_zshrc.tmpl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index b195f9e..13af7f8 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -76,8 +76,12 @@ setopt AUTO_LIST setopt AUTO_MENU setopt MENU_COMPLETE -autoload -U compinit -compinit +# # 自動補齊初始化 +# autoload -U compinit +# compinit +# 自動補齊初始化 (使用快取) +autoload -Uz compinit +compinit -C # 使用快取,不檢查安全性 # Completion caching #zstyle ':completion::complete:*' use-cache on