Add env var to disable zprezto.

This commit is contained in:
David Tomaschik
2019-04-27 20:28:28 -07:00
parent 3db0742889
commit 322358b0f0

View File

@@ -27,7 +27,7 @@ PS1="%{$fg[black]%}[%{$fg[yellow]%}%h%{$fg[black]%}] %{%(!.$fg[red].$fg[green])%
zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
# Load prezto
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
if [[ -z "${NO_ZPREZTO}" && -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi