From b609fbca91232c1f02b8ca66615e01b87e631ca4 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 2 Apr 2012 16:44:57 -0700 Subject: [PATCH] source non-standard zshrc --- zshenv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshenv b/zshenv index 3e301a8..56ca59f 100755 --- a/zshenv +++ b/zshenv @@ -11,3 +11,6 @@ ZDOTDIR=~/config/zsh fpath=($fpath $ZDOTDIR/functions) typeset -U fpath + +# source non-standard zshrc +source "$ZDOTDIR/zshrc"