From 0156fc8e2c170980b053816ee7f0c96147eb1080 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Tue, 4 Sep 2012 10:46:31 -0400 Subject: [PATCH] [Fix #264] Remove double sourcing of zpreztorc --- init.zsh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/init.zsh b/init.zsh index 3d4f6f8..f1752cb 100644 --- a/init.zsh +++ b/init.zsh @@ -18,11 +18,6 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zpreztorc" ]]; then source "${ZDOTDIR:-$HOME}/.zpreztorc" fi -# Source the Prezto configuration file. -if [[ -s "${ZDOTDIR:-$HOME}/.zpreztorc" ]]; then - source "${ZDOTDIR:-$HOME}/.zpreztorc" -fi - # Disable color and theme in dumb terminals. if [[ "$TERM" == 'dumb' ]]; then zstyle ':prezto:*:*' color 'no'