From 346f50978477fe34c55c8066ebe21b05d302e4c8 Mon Sep 17 00:00:00 2001 From: Alexander Gehrke Date: Fri, 22 Mar 2013 13:49:31 +0100 Subject: [PATCH] Remove 'source ...' lines from zshenv template The "source" lines are unnecessary when setting $ZDOTDIR, which needs to be set correctly for most modules anyway. --- env_template | 3 --- 1 file changed, 3 deletions(-) diff --git a/env_template b/env_template index 485adbe..3c53cdb 100644 --- a/env_template +++ b/env_template @@ -14,6 +14,3 @@ su() { # set modules to load. here: exclude highlight, because it is no fun over slow # connections ZMODLOAD_ONLY=( autoloader bindings completion vcs prompt ) - -source $zcpath/zprofile -source $zcpath/zshrc