Disable auto oh-my-zsh updating
This commit is contained in:
parent
26e2e7256e
commit
c2231a7c1e
3
.zshrc
3
.zshrc
@ -1,9 +1,8 @@
|
|||||||
oh_my_zsh="$HOME/.oh-my-zsh"
|
oh_my_zsh="$HOME/.oh-my-zsh"
|
||||||
|
|
||||||
if [[ -f "$oh_my_zsh/oh-my-zsh.sh" ]]; then
|
if [[ -f "$oh_my_zsh/oh-my-zsh.sh" ]]; then
|
||||||
|
|
||||||
export ZSH="$oh_my_zsh"
|
export ZSH="$oh_my_zsh"
|
||||||
export DISABLE_UPDATE_PROMPT=true
|
export DISABLE_AUTO_UPDATE=true
|
||||||
export ZSH_TMUX_AUTOSTART=true
|
export ZSH_TMUX_AUTOSTART=true
|
||||||
|
|
||||||
if (( !${+ZSH_THEME} )); then
|
if (( !${+ZSH_THEME} )); then
|
||||||
|
Loading…
Reference in New Issue
Block a user