diff --git a/setup b/setup index df939ed..ce1fdc6 100755 --- a/setup +++ b/setup @@ -236,8 +236,8 @@ setup_zsh_with_prezto() { local ZDOTDIR=$XDG_CONFIG_HOME/zsh local ZPREZTODIR=$ZDOTDIR/.zprezto - # prezto - if [[ -d "$HOME/.zshenv" || -d "$ZPREZTODIR" ]]; then + # prezto; bail out rather than clobber an existing zsh setup + if [[ -f "$HOME/.zshenv" || -d "$ZPREZTODIR" ]]; then return fi