[zsh] Disable autoupdate oh-my-zsh
This commit is contained in:
parent
1c8e7e9b93
commit
93260e3857
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ fpath+="$HOME/.zsh/plugins/cmdtime"
|
||||||
plugins=(dirhistory git screen)
|
plugins=(dirhistory git screen)
|
||||||
ZSH_CUSTOM="$HOME/.oh-my-zsh"
|
ZSH_CUSTOM="$HOME/.oh-my-zsh"
|
||||||
ZSH_THEME="tdpeuter"
|
ZSH_THEME="tdpeuter"
|
||||||
|
# Disable automatically updating
|
||||||
|
zstyle ':omz:update' mode disabled
|
||||||
source $ZSH_CUSTOM/oh-my-zsh.sh
|
source $ZSH_CUSTOM/oh-my-zsh.sh
|
||||||
|
|
||||||
if [[ -f "$HOME/.zsh/plugins/cmdtime/cmdtime.plugin.zsh" ]]; then
|
if [[ -f "$HOME/.zsh/plugins/cmdtime/cmdtime.plugin.zsh" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue