默认情况下,系统会提示您每2周检查一次更新。您可以通过在 ~/中添加一行来选择其他更新模式。在加载 Oh My Zsh 之前:
无需确认提示即可自动更新:
zstyle ':omz:update' mode auto
只要每隔几天提醒一次,如果有更新的话:
zstyle ':omz:update' mode reminder
完全禁用自动更新 :
zstyle ':omz:update' mode disabled
注意: 您可以通过以下设置控制 Oh My Zsh 检查更新的频率:
# This will check for updates every 7 days
zstyle ':omz:update' frequency 7
# This will check for updates every time you open the terminal (not recommended)
zstyle ':omz:update' frequency 0
重要(zstyle先决条件)
Do note, the commands above (zstyle) have to be executed strictly from within an OhMyZsh shell.