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:
parent
40c44cf088
commit
346f509784
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue