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"