Disable oh-my-zsh auto update
This commit is contained in:
parent
2b5ba75b2d
commit
21895d2da8
1
.zshrc
1
.zshrc
@ -6,6 +6,7 @@ if [[ -f "$oh_my_zsh/oh-my-zsh.sh" ]]; then
|
|||||||
|
|
||||||
export ZSH="$oh_my_zsh"
|
export ZSH="$oh_my_zsh"
|
||||||
export ZSH_THEME="$theme"
|
export ZSH_THEME="$theme"
|
||||||
|
export DISABLE_UPDATE_PROMPT=true
|
||||||
|
|
||||||
plugins=(git)
|
plugins=(git)
|
||||||
source "$oh_my_zsh/oh-my-zsh.sh"
|
source "$oh_my_zsh/oh-my-zsh.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user