Remove 'source ...' lines from zshenv template

The "source" lines are unnecessary when setting $ZDOTDIR, which needs to be set
correctly for most modules anyway.
This commit is contained in:
Alexander Gehrke 2013-03-22 13:49:31 +01:00
parent 40c44cf088
commit 346f509784

View file

@ -14,6 +14,3 @@ su() {
# set modules to load. here: exclude highlight, because it is no fun over slow # set modules to load. here: exclude highlight, because it is no fun over slow
# connections # connections
ZMODLOAD_ONLY=( autoloader bindings completion vcs prompt ) ZMODLOAD_ONLY=( autoloader bindings completion vcs prompt )
source $zcpath/zprofile
source $zcpath/zshrc