zsh 自動補齊初始化 效能調整
This commit is contained in:
parent
73176a0128
commit
021ed18ad9
@ -76,8 +76,12 @@ setopt AUTO_LIST
|
|||||||
setopt AUTO_MENU
|
setopt AUTO_MENU
|
||||||
setopt MENU_COMPLETE
|
setopt MENU_COMPLETE
|
||||||
|
|
||||||
autoload -U compinit
|
# # 自動補齊初始化
|
||||||
compinit
|
# autoload -U compinit
|
||||||
|
# compinit
|
||||||
|
# 自動補齊初始化 (使用快取)
|
||||||
|
autoload -Uz compinit
|
||||||
|
compinit -C # 使用快取,不檢查安全性
|
||||||
|
|
||||||
# Completion caching
|
# Completion caching
|
||||||
#zstyle ':completion::complete:*' use-cache on
|
#zstyle ':completion::complete:*' use-cache on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user