zshrc: Unification cleanup - Episode IV
authorFrank Terbeck <ft@bewatermyfriend.org>
Sun, 21 Dec 2008 14:02:43 +0000 (15:02 +0100)
committerFrank Terbeck <ft@bewatermyfriend.org>
Sun, 8 Feb 2009 12:32:01 +0000 (13:32 +0100)
Do not source .zshenv it should have been sourced by zsh anyway...

etc/zsh/zshrc

index dbcfbf0..96c890a 100644 (file)
@@ -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" {{{