diff --git a/Docker/frappe/zshrc b/Docker/frappe/zshrc index f970b21..9c2d138 100644 --- a/Docker/frappe/zshrc +++ b/Docker/frappe/zshrc @@ -38,6 +38,9 @@ setopt HIST_BEEP # Beep when accessing nonexistent history. setopt autocd autopushd pushdminus pushdsilent pushdtohome cdablevars DIRSTACKSIZE=5 +# Auto update Oh My ZSH without asking for confirmation +DISABLE_UPDATE_PROMPT=true + # aliases alias fm='/opt/.pyenv/shims/bench' alias fm='/opt/.pyenv/shims/bench'