From: Frank Terbeck Date: Sun, 21 Dec 2008 14:02:43 +0000 (+0100) Subject: zshrc: Unification cleanup - Episode IV X-Git-Tag: v0.3.62~22 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=749c71d05a668b3b9c2bcddf32e570b44ce5fe7b;p=grml-etc-core.git zshrc: Unification cleanup - Episode IV Do not source .zshenv it should have been sourced by zsh anyway... --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index dbcfbf0..96c890a 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2920,7 +2920,6 @@ for color in BLUE RED GREEN CYAN YELLOW MAGENTA WHITE ; unset $color # source another config file if present {{{ xsource "/etc/zsh/zshrc.local" -xsource "${HOME}/.zshenv" # }}} # "persistent history" {{{