1
0
Fork 0

[Fix #264] Remove double sourcing of zpreztorc

pull/266/merge
Sorin Ionescu 12 years ago
parent cc7e43b242
commit 0156fc8e2c

@ -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'

Loading…
Cancel
Save